1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/ssh2/files/patch-aa

20 lines
529 B
Plaintext
Raw Normal View History

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