freebsd-ports/security/ssh/files/patch-aa
Peter Wemm 25c2756dd9 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.
1997-04-25 05:01:06 +00:00

19 lines
529 B
Text

*** 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
***************
*** 87,93 ****
$debug = 5;
$defserver = '';
$bell='\a';
! $public_key = '/etc/ssh_host_key.pub';
$private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
$timeout = 60;
$ping_timeout = 3;
--- 87,93 ----
$debug = 5;
$defserver = '';
$bell='\a';
! $public_key = '@ETCDIR@/ssh_host_key.pub';
$private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
$timeout = 60;
$ping_timeout = 3;