summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config9
1 files changed, 6 insertions, 3 deletions
diff --git a/sshd_config b/sshd_config
index 9cfe28d03..4db32f509 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $ 1# $OpenBSD: sshd_config,v 1.93 2014/01/10 05:59:19 djm Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -24,6 +24,7 @@
24#HostKey /etc/ssh/ssh_host_rsa_key 24#HostKey /etc/ssh/ssh_host_rsa_key
25#HostKey /etc/ssh/ssh_host_dsa_key 25#HostKey /etc/ssh/ssh_host_dsa_key
26#HostKey /etc/ssh/ssh_host_ecdsa_key 26#HostKey /etc/ssh/ssh_host_ecdsa_key
27#HostKey /etc/ssh/ssh_host_ed25519_key
27 28
28# Lifetime and size of ephemeral version 1 server key 29# Lifetime and size of ephemeral version 1 server key
29#KeyRegenerationInterval 1h 30#KeyRegenerationInterval 1h
@@ -87,8 +88,8 @@ AuthorizedKeysFile .ssh/authorized_keys
87#GSSAPIStrictAcceptorCheck yes 88#GSSAPIStrictAcceptorCheck yes
88#GSSAPIKeyExchange no 89#GSSAPIKeyExchange no
89 90
90# Set this to 'yes' to enable PAM authentication, account processing, 91# Set this to 'yes' to enable PAM authentication, account processing,
91# and session processing. If this is enabled, PAM authentication will 92# and session processing. If this is enabled, PAM authentication will
92# be allowed through the ChallengeResponseAuthentication and 93# be allowed through the ChallengeResponseAuthentication and
93# PasswordAuthentication. Depending on your PAM configuration, 94# PasswordAuthentication. Depending on your PAM configuration,
94# PAM authentication via ChallengeResponseAuthentication may bypass 95# PAM authentication via ChallengeResponseAuthentication may bypass
@@ -104,6 +105,7 @@ AuthorizedKeysFile .ssh/authorized_keys
104#X11Forwarding no 105#X11Forwarding no
105#X11DisplayOffset 10 106#X11DisplayOffset 10
106#X11UseLocalhost yes 107#X11UseLocalhost yes
108#PermitTTY yes
107#PrintMotd yes 109#PrintMotd yes
108#PrintLastLog yes 110#PrintLastLog yes
109#TCPKeepAlive yes 111#TCPKeepAlive yes
@@ -130,4 +132,5 @@ Subsystem sftp /usr/libexec/sftp-server
130#Match User anoncvs 132#Match User anoncvs
131# X11Forwarding no 133# X11Forwarding no
132# AllowTcpForwarding no 134# AllowTcpForwarding no
135# PermitTTY no
133# ForceCommand cvs server 136# ForceCommand cvs server