mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
48500b76a6
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Upgrade to 1.2.27. # I'm not maintainer but it seems that torstenb is too busy to # look the PR and many people want new version ssh port.
20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
*** make-ssh-known-hosts.pl.in.orig Wed May 12 20:18:51 1999
|
|
--- make-ssh-known-hosts.pl.in Sun Jun 6 02:30:08 1999
|
|
***************
|
|
*** 98,104 ****
|
|
$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;
|
|
--- 98,104 ----
|
|
$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;
|