]> andersk Git - gssapi-openssh.git/blame - openssh/sshd_config
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / sshd_config
CommitLineData
cdd66111 1# $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
3c0ef626 2
f5799ae1 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information.
3c0ef626 5
e9a17296 6# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
7
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
11# default value.
12
13#Port 22
3c0ef626 14#Protocol 2,1
15#ListenAddress 0.0.0.0
16#ListenAddress ::
17
18# HostKey for protocol version 1
e9a17296 19#HostKey /etc/ssh/ssh_host_key
3c0ef626 20# HostKeys for protocol version 2
e9a17296 21#HostKey /etc/ssh/ssh_host_rsa_key
22#HostKey /etc/ssh/ssh_host_dsa_key
3c0ef626 23
24# Lifetime and size of ephemeral version 1 server key
0fff78ff 25#KeyRegenerationInterval 1h
e9a17296 26#ServerKeyBits 768
3c0ef626 27
28# Logging
3c0ef626 29#obsoletes QuietMode and FascistLogging
e9a17296 30#SyslogFacility AUTH
31#LogLevel INFO
3c0ef626 32
33# Authentication:
34
0fff78ff 35#LoginGraceTime 2m
e9a17296 36#PermitRootLogin yes
37#StrictModes yes
3c0ef626 38
e9a17296 39#RSAAuthentication yes
40#PubkeyAuthentication yes
41#AuthorizedKeysFile .ssh/authorized_keys
3c0ef626 42
e9a17296 43# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
44#RhostsRSAAuthentication no
3c0ef626 45# similar for protocol version 2
e9a17296 46#HostbasedAuthentication no
47# Change to yes if you don't trust ~/.ssh/known_hosts for
48# RhostsRSAAuthentication and HostbasedAuthentication
49#IgnoreUserKnownHosts no
0fff78ff 50# Don't read the user's ~/.rhosts and ~/.shosts files
51#IgnoreRhosts yes
3c0ef626 52
53# To disable tunneled clear text passwords, change to no here!
e9a17296 54#PasswordAuthentication yes
55#PermitEmptyPasswords no
3c0ef626 56
e9a17296 57# Change to no to disable s/key passwords
58#ChallengeResponseAuthentication yes
3c0ef626 59
e9a17296 60# Kerberos options
700318f3 61#KerberosAuthentication no
3c0ef626 62#KerberosOrLocalPasswd yes
e9a17296 63#KerberosTicketCleanup yes
cdd66111 64#KerberosGetAFSToken no
e9a17296 65
0fff78ff 66# GSSAPI options
67#GSSAPIAuthentication no
cdd66111 68#GSSAPICleanupCredentials yes
3c0ef626 69
0fff78ff 70# Set this to 'yes' to enable PAM authentication (via challenge-response)
71# and session processing. Depending on your PAM configuration, this may
cdd66111 72# bypass the setting of 'PasswordAuthentication' and 'PermitEmptyPasswords'
73#UsePAM no
3c0ef626 74
0fff78ff 75#AllowTcpForwarding yes
76#GatewayPorts no
e9a17296 77#X11Forwarding no
78#X11DisplayOffset 10
79#X11UseLocalhost yes
80#PrintMotd yes
81#PrintLastLog yes
cdd66111 82#TCPKeepAlive yes
3c0ef626 83#UseLogin no
f5799ae1 84#UsePrivilegeSeparation yes
41b2f314 85#PermitUserEnvironment no
f5799ae1 86#Compression yes
0fff78ff 87#ClientAliveInterval 0
88#ClientAliveCountMax 3
89#UseDNS yes
90#PidFile /var/run/sshd.pid
e9a17296 91#MaxStartups 10
0fff78ff 92
e9a17296 93# no default banner path
94#Banner /some/path
3c0ef626 95
e9a17296 96# override default of no subsystems
3c0ef626 97Subsystem sftp /usr/libexec/sftp-server
This page took 0.102612 seconds and 5 git commands to generate.