1 # $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
3 # This is the sshd server system-wide configuration file. See
4 # sshd_config(5) for more information.
6 # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
8 # The strategy used for options in the default sshd_config shipped with
9 # OpenSSH is to specify options with their default value where
10 # possible, but leave them commented. Uncommented options change a
15 #ListenAddress 0.0.0.0
18 # HostKey for protocol version 1
19 #HostKey /etc/ssh_host_key
20 # HostKeys for protocol version 2
21 #HostKey /etc/ssh_host_rsa_key
22 #HostKey /etc/ssh_host_dsa_key
24 # Lifetime and size of ephemeral version 1 server key
25 #KeyRegenerationInterval 1h
29 #obsoletes QuietMode and FascistLogging
39 #RSAAuthentication yes
40 #PubkeyAuthentication yes
41 #AuthorizedKeysFile .ssh/authorized_keys
43 # For this to work you will also need host keys in /etc/ssh_known_hosts
44 #RhostsRSAAuthentication no
45 # similar for protocol version 2
46 #HostbasedAuthentication no
47 # Change to yes if you don't trust ~/.ssh/known_hosts for
48 # RhostsRSAAuthentication and HostbasedAuthentication
49 #IgnoreUserKnownHosts no
50 # Don't read the user's ~/.rhosts and ~/.shosts files
53 # To disable tunneled clear text passwords, change to no here!
54 #PasswordAuthentication yes
55 #PermitEmptyPasswords no
57 # Change to no to disable s/key passwords
58 #ChallengeResponseAuthentication yes
61 #KerberosAuthentication no
62 #KerberosOrLocalPasswd yes
63 #KerberosTicketCleanup yes
64 #KerberosGetAFSToken no
67 #GSSAPIAuthentication no
68 #GSSAPICleanupCredentials yes
70 # Set this to 'yes' to enable PAM authentication (via challenge-response)
71 # and session processing. Depending on your PAM configuration, this may
72 # bypass the setting of 'PasswordAuthentication' and 'PermitEmptyPasswords'
75 #AllowTcpForwarding yes
84 #UsePrivilegeSeparation yes
85 #PermitUserEnvironment no
87 #ClientAliveInterval 0
88 #ClientAliveCountMax 3
90 #PidFile /var/run/sshd.pid
93 # no default banner path
96 ClientAliveInterval 15
99 # override default of no subsystems
100 Subsystem sftp /usr/sbin/sftp-server