diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-04-25 05:01:06 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-04-25 05:01:06 +0000 |
commit | 25c2756dd915624a8150b4bc591cad97450be717 (patch) | |
tree | 812b9d2987b23cae54cc136d1401528831fee326 /security/ssh2/files/patch-aa | |
parent | #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there (diff) |
Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just
regenerated them to fix the line numbers. Also, I added two commented out
options in Makefile, one to tell sshd that a group writeable homedir
is OK because all users are in their own group, and the other is to allow
an unencrypted connection (which is dangerous since it can lead to
compromise of keys), but on a secure network it's damn useful for backups
etc.
Notes
Notes:
svn path=/head/; revision=6293
Diffstat (limited to 'security/ssh2/files/patch-aa')
-rw-r--r-- | security/ssh2/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh2/files/patch-aa b/security/ssh2/files/patch-aa index 3ef8ce98cc1e..83e9968ac319 100644 --- a/security/ssh2/files/patch-aa +++ b/security/ssh2/files/patch-aa @@ -1,7 +1,7 @@ -*** make-ssh-known-hosts.pl.in.orig Thu Mar 27 09:04:06 1997 ---- make-ssh-known-hosts.pl.in Fri Mar 28 15:11:19 1997 +*** make-ssh-known-hosts.pl.in.orig Wed Apr 23 08:40:05 1997 +--- make-ssh-known-hosts.pl.in Fri Apr 25 12:38:21 1997 *************** -*** 84,90 **** +*** 87,93 **** $debug = 5; $defserver = ''; $bell='\a'; @@ -9,7 +9,7 @@ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$"; $timeout = 60; $ping_timeout = 3; ---- 84,90 ---- +--- 87,93 ---- $debug = 5; $defserver = ''; $bell='\a'; |