1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/ssh2/files/patch-aa
Torsten Blum e92e7e24d1 Ssh is a secure rlogin/rsh/rcp replacement with strong authentication
(.rhosts together with RSA based host authentication, and pure RSA
authentication) and improved privacy (all communications are automatically
and transparently encrypted).
1995-10-07 01:19:27 +00:00

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($<);