2003-08-02 14:31:45 +02:00
|
|
|
# $OpenBSD: sshd_config,v 1.62 2003/07/23 07:42:43 markus Exp $
|
2001-03-10 22:50:45 +01:00
|
|
|
|
2002-06-21 03:06:03 +02:00
|
|
|
# This is the sshd server system-wide configuration file. See
|
|
|
|
# sshd_config(5) for more information.
|
1999-10-27 05:42:43 +02:00
|
|
|
|
2002-01-31 07:14:03 +01:00
|
|
|
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
|
|
|
|
2002-02-19 05:29:02 +01:00
|
|
|
# The strategy used for options in the default sshd_config shipped with
|
2002-01-22 13:32:07 +01:00
|
|
|
# OpenSSH is to specify options with their default value where
|
|
|
|
# possible, but leave them commented. Uncommented options change a
|
|
|
|
# default value.
|
|
|
|
|
|
|
|
#Port 22
|
2000-04-19 08:26:12 +02:00
|
|
|
#Protocol 2,1
|
2001-01-09 16:28:46 +01:00
|
|
|
#ListenAddress 0.0.0.0
|
2000-01-14 05:45:46 +01:00
|
|
|
#ListenAddress ::
|
2001-06-09 03:09:51 +02:00
|
|
|
|
|
|
|
# HostKey for protocol version 1
|
2002-02-10 08:32:28 +01:00
|
|
|
#HostKey /etc/ssh/ssh_host_key
|
2001-06-09 03:09:51 +02:00
|
|
|
# HostKeys for protocol version 2
|
2002-02-10 08:32:28 +01:00
|
|
|
#HostKey /etc/ssh/ssh_host_rsa_key
|
|
|
|
#HostKey /etc/ssh/ssh_host_dsa_key
|
2001-06-09 03:09:51 +02:00
|
|
|
|
|
|
|
# Lifetime and size of ephemeral version 1 server key
|
2003-06-22 12:48:45 +02:00
|
|
|
#KeyRegenerationInterval 1h
|
2002-01-22 13:32:07 +01:00
|
|
|
#ServerKeyBits 768
|
1999-11-13 13:56:35 +01:00
|
|
|
|
2000-01-20 13:13:36 +01:00
|
|
|
# Logging
|
|
|
|
#obsoletes QuietMode and FascistLogging
|
2002-01-22 13:32:07 +01:00
|
|
|
#SyslogFacility AUTH
|
|
|
|
#LogLevel INFO
|
1999-11-11 11:07:00 +01:00
|
|
|
|
2001-06-09 03:09:51 +02:00
|
|
|
# Authentication:
|
|
|
|
|
2003-06-22 12:48:45 +02:00
|
|
|
#LoginGraceTime 2m
|
2002-01-22 13:32:07 +01:00
|
|
|
#PermitRootLogin yes
|
|
|
|
#StrictModes yes
|
2001-06-09 03:09:51 +02:00
|
|
|
|
2002-01-22 13:32:07 +01:00
|
|
|
#RSAAuthentication yes
|
|
|
|
#PubkeyAuthentication yes
|
|
|
|
#AuthorizedKeysFile .ssh/authorized_keys
|
2001-06-09 03:09:51 +02:00
|
|
|
|
|
|
|
# rhosts authentication should not be used
|
2002-01-22 13:32:07 +01:00
|
|
|
#RhostsAuthentication no
|
2001-06-09 03:09:51 +02:00
|
|
|
# Don't read the user's ~/.rhosts and ~/.shosts files
|
2002-01-22 13:32:07 +01:00
|
|
|
#IgnoreRhosts yes
|
2002-02-10 08:32:28 +01:00
|
|
|
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
|
2002-01-22 13:32:07 +01:00
|
|
|
#RhostsRSAAuthentication no
|
2001-04-13 01:34:34 +02:00
|
|
|
# similar for protocol version 2
|
2002-01-22 13:32:07 +01:00
|
|
|
#HostbasedAuthentication no
|
|
|
|
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
|
|
|
# RhostsRSAAuthentication and HostbasedAuthentication
|
|
|
|
#IgnoreUserKnownHosts no
|
1999-10-27 05:42:43 +02:00
|
|
|
|
|
|
|
# To disable tunneled clear text passwords, change to no here!
|
2002-01-22 13:32:07 +01:00
|
|
|
#PasswordAuthentication yes
|
|
|
|
#PermitEmptyPasswords no
|
2001-04-25 14:44:14 +02:00
|
|
|
|
2002-01-22 13:32:07 +01:00
|
|
|
# Change to no to disable s/key passwords
|
|
|
|
#ChallengeResponseAuthentication yes
|
1999-10-27 05:42:43 +02:00
|
|
|
|
2002-01-22 13:32:07 +01:00
|
|
|
# Kerberos options
|
2002-04-23 13:04:51 +02:00
|
|
|
#KerberosAuthentication no
|
1999-10-27 05:42:43 +02:00
|
|
|
#KerberosOrLocalPasswd yes
|
2002-01-22 13:32:07 +01:00
|
|
|
#KerberosTicketCleanup yes
|
|
|
|
#KerberosTgtPassing no
|
|
|
|
|
2003-05-15 04:05:28 +02:00
|
|
|
# Set this to 'yes' to enable PAM authentication (via challenge-response)
|
2003-05-16 04:00:44 +02:00
|
|
|
# and session processing. Depending on your PAM configuration, this may
|
|
|
|
# bypass the setting of 'PasswordAuthentication'
|
|
|
|
#UsePAM yes
|
2000-01-20 13:13:36 +01:00
|
|
|
|
2003-06-22 12:48:45 +02:00
|
|
|
#AllowTcpForwarding yes
|
|
|
|
#GatewayPorts no
|
2002-01-22 13:32:07 +01:00
|
|
|
#X11Forwarding no
|
|
|
|
#X11DisplayOffset 10
|
2002-02-05 02:11:34 +01:00
|
|
|
#X11UseLocalhost yes
|
2002-01-22 13:32:07 +01:00
|
|
|
#PrintMotd yes
|
|
|
|
#PrintLastLog yes
|
|
|
|
#KeepAlive yes
|
2000-08-30 00:40:09 +02:00
|
|
|
#UseLogin no
|
2002-06-06 21:47:11 +02:00
|
|
|
#UsePrivilegeSeparation yes
|
2002-08-01 03:28:38 +02:00
|
|
|
#PermitUserEnvironment no
|
2002-06-21 03:11:36 +02:00
|
|
|
#Compression yes
|
2003-06-22 12:48:45 +02:00
|
|
|
#ClientAliveInterval 0
|
|
|
|
#ClientAliveCountMax 3
|
|
|
|
#UseDNS yes
|
|
|
|
#PidFile /var/run/sshd.pid
|
2002-01-22 13:32:07 +01:00
|
|
|
#MaxStartups 10
|
2003-06-22 12:48:45 +02:00
|
|
|
|
2002-01-22 13:32:07 +01:00
|
|
|
# no default banner path
|
|
|
|
#Banner /some/path
|
2001-02-11 00:26:35 +01:00
|
|
|
|
2002-01-22 13:32:07 +01:00
|
|
|
# override default of no subsystems
|
2001-02-11 00:26:35 +01:00
|
|
|
Subsystem sftp /usr/libexec/sftp-server
|