1997-04-25 05:01:06 +00:00
|
|
|
*** 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
|
1995-10-07 01:19:27 +00:00
|
|
|
***************
|
1997-04-25 05:01:06 +00:00
|
|
|
*** 87,93 ****
|
1996-02-17 15:13:47 +00:00
|
|
|
$debug = 5;
|
1995-10-07 01:19:27 +00:00
|
|
|
$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;
|
1997-04-25 05:01:06 +00:00
|
|
|
--- 87,93 ----
|
1996-02-17 15:13:47 +00:00
|
|
|
$debug = 5;
|
1995-10-07 01:19:27 +00:00
|
|
|
$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;
|