summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-10 18:32:28 +1100
committerDamien Miller <djm@mindrot.org>2002-02-10 18:32:28 +1100
commit05eda437a64020e8d8a824bb1ae102603f59efb9 (patch)
tree3a8a625d639922657232c8bbf772554842c1d97d /sshd_config
parent486065084237f5f8ea32d28832586c2dfa1d7307 (diff)
- (djm) OpenBSD CVS Sync
- deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config10
1 files changed, 5 insertions, 5 deletions
diff --git a/sshd_config b/sshd_config
index ee2e6ac89..e05e24cc6 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.46 2002/01/29 14:32:03 markus Exp $ 1# $OpenBSD: sshd_config,v 1.47 2002/02/09 17:37:34 deraadt Exp $
2 2
3# This is the sshd server system-wide configuration file. See sshd(8) 3# This is the sshd server system-wide configuration file. See sshd(8)
4# for more information. 4# for more information.
@@ -16,10 +16,10 @@
16#ListenAddress :: 16#ListenAddress ::
17 17
18# HostKey for protocol version 1 18# HostKey for protocol version 1
19#HostKey /etc/ssh_host_key 19#HostKey /etc/ssh/ssh_host_key
20# HostKeys for protocol version 2 20# HostKeys for protocol version 2
21#HostKey /etc/ssh_host_rsa_key 21#HostKey /etc/ssh/ssh_host_rsa_key
22#HostKey /etc/ssh_host_dsa_key 22#HostKey /etc/ssh/ssh_host_dsa_key
23 23
24# Lifetime and size of ephemeral version 1 server key 24# Lifetime and size of ephemeral version 1 server key
25#KeyRegenerationInterval 3600 25#KeyRegenerationInterval 3600
@@ -44,7 +44,7 @@
44#RhostsAuthentication no 44#RhostsAuthentication no
45# Don't read the user's ~/.rhosts and ~/.shosts files 45# Don't read the user's ~/.rhosts and ~/.shosts files
46#IgnoreRhosts yes 46#IgnoreRhosts yes
47# For this to work you will also need host keys in /etc/ssh_known_hosts 47# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
48#RhostsRSAAuthentication no 48#RhostsRSAAuthentication no
49# similar for protocol version 2 49# similar for protocol version 2
50#HostbasedAuthentication no 50#HostbasedAuthentication no