2
1

openssh.patch 963 B

12345678910111213141516171819202122232425262728293031323334353637
  1. --- openssh-3.6.1p1/Makefile.in.orig 2003-03-20 17:34:34.000000000 -0700
  2. +++ openssh-3.6.1p1/Makefile.in 2003-04-25 17:09:00.000000000 -0600
  3. @@ -27,7 +27,7 @@
  4. RAND_HELPER=$(libexecdir)/ssh-rand-helper
  5. PRIVSEP_PATH=@PRIVSEP_PATH@
  6. SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
  7. -STRIP_OPT=@STRIP_OPT@
  8. +STRIP_OPT=
  9. PATHS= -DSSHDIR=\"$(sysconfdir)\" \
  10. -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
  11. --- openssh-4.6p1.oorig/sshd_config 2006-07-24 06:06:47.000000000 +0200
  12. +++ openssh-4.6p1/sshd_config 2007-06-28 15:58:49.000000000 +0200
  13. @@ -83,9 +83,11 @@
  14. #AllowTcpForwarding yes
  15. #GatewayPorts no
  16. #X11Forwarding no
  17. +X11Forwarding yes
  18. #X11DisplayOffset 10
  19. #X11UseLocalhost yes
  20. #PrintMotd yes
  21. +PrintMotd no
  22. #PrintLastLog yes
  23. #TCPKeepAlive yes
  24. #UseLogin no
  25. @@ -102,8 +104,12 @@
  26. # no default banner path
  27. #Banner none
  28. +ClientAliveInterval 15
  29. +ClientAliveCountMax 4
  30. +AcceptEnv LANG LC_*
  31. +
  32. # override default of no subsystems
  33. Subsystem sftp /usr/libexec/sftp-server