1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/ssh2/files/patch-aa

20 lines
679 B
Plaintext
Raw Normal View History

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