summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config8
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config b/sshd_config
index 9ba1789a4..8d0af1060 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.30 2001/02/03 10:19:51 markus Exp $ 1# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 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.
@@ -42,7 +42,7 @@ PasswordAuthentication yes
42PermitEmptyPasswords no 42PermitEmptyPasswords no
43 43
44# Uncomment to disable s/key passwords 44# Uncomment to disable s/key passwords
45#ChallengeResposeAuthentication no 45#ChallengeResponseAuthentication no
46 46
47# To change Kerberos options 47# To change Kerberos options
48#KerberosAuthentication no 48#KerberosAuthentication no
@@ -56,8 +56,8 @@ PermitEmptyPasswords no
56#CheckMail yes 56#CheckMail yes
57#UseLogin no 57#UseLogin no
58 58
59# Uncomment if you want to enable sftp
60#Subsystem sftp /usr/libexec/sftp-server
61#MaxStartups 10:30:60 59#MaxStartups 10:30:60
62#Banner /etc/issue.net 60#Banner /etc/issue.net
63#ReverseMappingCheck yes 61#ReverseMappingCheck yes
62
63Subsystem sftp /usr/libexec/sftp-server