90d8c77fba
"stripped down" refers to the fact that we build a single binary which includes ssh, sshd and scp functionality without having to bring in 3 copies of mostly the same code. Requests to add this category and this port have been posted on the ports list and directly to satoshi over the past few months. I assume no reply means no problem.
19 lines
531 B
Text
19 lines
531 B
Text
*** 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;
|