diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-02 03:56:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-02 03:56:57 +0000 |
commit | ba8c80d1865153abfec7d00612976a30d9d5669e (patch) | |
tree | 41446f449d5ad32bcd08c82e7c6fb045f3392b89 /security/ssh2/files/patch-ak | |
parent | Upgrade to dsniff 2.2 (diff) |
Upgrade to ssh-2.3.0.
PR: ports/20869
Submitted by: Issei Suzuki <issei@issei.org> (Maintainer)
Notes
Notes:
svn path=/head/; revision=32191
Diffstat (limited to 'security/ssh2/files/patch-ak')
-rw-r--r-- | security/ssh2/files/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ssh2/files/patch-ak b/security/ssh2/files/patch-ak new file mode 100644 index 000000000000..7d22a903f909 --- /dev/null +++ b/security/ssh2/files/patch-ak @@ -0,0 +1,13 @@ +--- apps/ssh/sshd2_config.orig Sun Aug 27 02:30:53 2000 ++++ apps/ssh/sshd2_config Sun Aug 27 02:31:08 2000 +@@ -90,8 +90,8 @@ + + ## SSH1 compatibility + +-# Ssh1Compatibility <set by configure by default> +-# Sshd1Path <set by configure by default> ++ Ssh1Compatibility yes ++ Sshd1Path /usr/sbin/sshd + + + ## Chrooted environment settings |