mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e92e7e24d1
(.rhosts together with RSA based host authentication, and pure RSA authentication) and improved privacy (all communications are automatically and transparently encrypted).
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
*** make-ssh-known-hosts.pl.in.orig Fri Oct 6 21:12:34 1995
|
|
--- make-ssh-known-hosts.pl.in Fri Oct 6 21:14:28 1995
|
|
***************
|
|
*** 74,80 ****
|
|
$sshdisablepasswordoption="-o 'PasswordAuthentication no'";
|
|
$defserver = '';
|
|
$bell='\a';
|
|
! $public_key = '/etc/ssh_host_key.pub';
|
|
if (!defined($ENV{'HOME'})) {
|
|
($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
|
|
getpwuid($<);
|
|
--- 74,80 ----
|
|
$sshdisablepasswordoption="-o 'PasswordAuthentication no'";
|
|
$defserver = '';
|
|
$bell='\a';
|
|
! $public_key = '@ETCDIR@/ssh_host_key.pub';
|
|
if (!defined($ENV{'HOME'})) {
|
|
($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
|
|
getpwuid($<);
|