From e92e7e24d1f199cca989606bab31b9b2c5d93a20 Mon Sep 17 00:00:00 2001 From: Torsten Blum Date: Sat, 7 Oct 1995 01:19:27 +0000 Subject: 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). --- security/ssh2/files/patch-aa | 19 +++++++++++++++++++ security/ssh2/files/patch-ab | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 security/ssh2/files/patch-aa create mode 100644 security/ssh2/files/patch-ab (limited to 'security/ssh2/files') diff --git a/security/ssh2/files/patch-aa b/security/ssh2/files/patch-aa new file mode 100644 index 000000000000..870fdd02bbbb --- /dev/null +++ b/security/ssh2/files/patch-aa @@ -0,0 +1,19 @@ +*** 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($<); diff --git a/security/ssh2/files/patch-ab b/security/ssh2/files/patch-ab new file mode 100644 index 000000000000..ac0c5136f0bb --- /dev/null +++ b/security/ssh2/files/patch-ab @@ -0,0 +1,19 @@ +*** configure.orig Fri Oct 6 21:16:53 1995 +--- configure Fri Oct 6 21:17:16 1995 +*************** +*** 3621,3627 **** + EOF + cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF + for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then +--- 3621,3627 ---- + EOF + cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF + for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then -- cgit v1.2.3