mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25c2756dd9
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.
20 lines
529 B
Plaintext
20 lines
529 B
Plaintext
*** 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;
|