aboutsummaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-04-21 06:35:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-04-21 06:35:12 +0000
commitdb4a1e6d2dc2d21513337d2ce18ec16efddf7af0 (patch)
tree97fdae4d21c055423c7f57fdf3fb5eaa36ca40f6 /security/ssh
parent36e2fdf71b8f2ba7ab39c20f570d16b296b448cd (diff)
downloadports-db4a1e6d2dc2d21513337d2ce18ec16efddf7af0.tar.gz
ports-db4a1e6d2dc2d21513337d2ce18ec16efddf7af0.zip
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/files/patch-ae20
1 files changed, 16 insertions, 4 deletions
diff --git a/security/ssh/files/patch-ae b/security/ssh/files/patch-ae
index 5db3b9c4e63b..0ef0a89ae6c2 100644
--- a/security/ssh/files/patch-ae
+++ b/security/ssh/files/patch-ae
@@ -1,7 +1,13 @@
-*** server_config.sample.orig Wed May 12 20:18:51 1999
---- server_config.sample Sun Jun 6 02:36:38 1999
+*** server_config.sample.old Thu Apr 20 23:24:57 2000
+--- server_config.sample Thu Apr 20 23:26:24 2000
***************
-*** 7,13 ****
+*** 1,13 ****
+ # This is ssh server systemwide configuration file.
+
+ Port 22
+! ListenAddress 0.0.0.0
+ HostKey _ETCDIR_/ssh_host_key
+ RandomSeed _ETCDIR_/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
@@ -9,7 +15,13 @@
IgnoreRhosts no
StrictModes yes
QuietMode no
---- 7,13 ----
+--- 1,13 ----
+ # This is ssh server systemwide configuration file.
+
+ Port 22
+! #Port 722 # Secondary port to listen on
+ HostKey _ETCDIR_/ssh_host_key
+ RandomSeed _ETCDIR_/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600