diff options
Diffstat (limited to 'abs/core/openssh/sshd.patch')
-rw-r--r-- | abs/core/openssh/sshd.patch | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/abs/core/openssh/sshd.patch b/abs/core/openssh/sshd.patch index e883a4c..f3ba392 100644 --- a/abs/core/openssh/sshd.patch +++ b/abs/core/openssh/sshd.patch @@ -1,6 +1,5 @@ -diff -ruaN openssh-5.1p1.orig/sshd_config openssh-5.1p1/sshd_config ---- openssh-5.1p1.orig/sshd_config 2008-07-02 12:35:43.000000000 +0000 -+++ openssh-5.1p1/sshd_config 2009-02-28 05:40:09.000000000 +0000 +--- openssh-5.1p1/sshd_config.org 2010-03-08 23:43:07.000000000 +0000 ++++ openssh-5.1p1/sshd_config 2010-03-08 23:45:37.000000000 +0000 @@ -38,14 +38,14 @@ # Authentication: @@ -28,7 +27,15 @@ diff -ruaN openssh-5.1p1.orig/sshd_config openssh-5.1p1/sshd_config #X11DisplayOffset 10 #X11UseLocalhost yes #PrintMotd yes -@@ -117,3 +117,4 @@ +@@ -110,10 +110,11 @@ + #Banner none + + # override default of no subsystems +-Subsystem sftp /usr/libexec/sftp-server ++Subsystem sftp /usr/lib/ssh/sftp-server + + # Example of overriding settings on a per-user basis + #Match User anoncvs # X11Forwarding no # AllowTcpForwarding no # ForceCommand cvs server |