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 aa1e4abdf..e03b3b15f 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.75 2007/03/19 01:01:29 djm Exp $ 1# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 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.
@@ -28,7 +28,7 @@ Protocol 2
28 28
29# Lifetime and size of ephemeral version 1 server key 29# Lifetime and size of ephemeral version 1 server key
30#KeyRegenerationInterval 1h 30#KeyRegenerationInterval 1h
31#ServerKeyBits 768 31#ServerKeyBits 1024
32 32
33# Logging 33# Logging
34# obsoletes QuietMode and FascistLogging 34# obsoletes QuietMode and FascistLogging
@@ -41,6 +41,7 @@ Protocol 2
41#PermitRootLogin yes 41#PermitRootLogin yes
42#StrictModes yes 42#StrictModes yes
43#MaxAuthTries 6 43#MaxAuthTries 6
44#MaxSessions 10
44 45
45#RSAAuthentication yes 46#RSAAuthentication yes
46#PubkeyAuthentication yes 47#PubkeyAuthentication yes
@@ -86,6 +87,7 @@ Protocol 2
86# and ChallengeResponseAuthentication to 'no'. 87# and ChallengeResponseAuthentication to 'no'.
87#UsePAM no 88#UsePAM no
88 89
90#AllowAgentForwarding yes
89#AllowTcpForwarding yes 91#AllowTcpForwarding yes
90#GatewayPorts no 92#GatewayPorts no
91#X11Forwarding no 93#X11Forwarding no
@@ -104,9 +106,10 @@ Protocol 2
104#PidFile /var/run/sshd.pid 106#PidFile /var/run/sshd.pid
105#MaxStartups 10 107#MaxStartups 10
106#PermitTunnel no 108#PermitTunnel no
109#ChrootDirectory none
107 110
108# no default banner path 111# no default banner path
109#Banner /some/path 112#Banner none
110 113
111# override default of no subsystems 114# override default of no subsystems
112Subsystem sftp /usr/libexec/sftp-server 115Subsystem sftp /usr/libexec/sftp-server