diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-09 01:41:26 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-09 01:41:26 (GMT) |
commit | e22ce5e397d913189faacafee3a85953224fbaae (patch) | |
tree | a59dde8eefcc1ba4e256e1b53a43e61d228f6baa /abs/core-testing/openssh/sshd.patch | |
parent | fbc9bf1fe2e307040254f8000e6c4d59580e06a0 (diff) | |
download | linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.zip linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.gz linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.bz2 |
Add firmware for ati usb 600 tuner / Re: FS#634
Update to latest HDHR libs / Re: FS#626
Upgrade lighttpd to 1.4.26 / Re: FS#624
Fix path to sftp / Re: FS#566
Updated to the latest.
Updated to the latest.
Diffstat (limited to 'abs/core-testing/openssh/sshd.patch')
-rw-r--r-- | abs/core-testing/openssh/sshd.patch | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/abs/core-testing/openssh/sshd.patch b/abs/core-testing/openssh/sshd.patch index e883a4c..f3ba392 100644 --- a/abs/core-testing/openssh/sshd.patch +++ b/abs/core-testing/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 |