]> andersk Git - gssapi-openssh.git/blame - setup/sshd_config.in
3.1 OpenSSH 3.8p1
[gssapi-openssh.git] / setup / sshd_config.in
CommitLineData
da07627e 1# $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $
5b105785 2
120de672 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information.
5b105785 5
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
14#Protocol 2,1
15#ListenAddress 0.0.0.0
16#ListenAddress ::
17
18# HostKey for protocol version 1
19#HostKey /etc/ssh/ssh_host_key
20# HostKeys for protocol version 2
21#HostKey /etc/ssh/ssh_host_rsa_key
22#HostKey /etc/ssh/ssh_host_dsa_key
23
24# Lifetime and size of ephemeral version 1 server key
da07627e 25#KeyRegenerationInterval 1h
5b105785 26#ServerKeyBits 768
27
28# Logging
29#obsoletes QuietMode and FascistLogging
30#SyslogFacility AUTH
31#LogLevel INFO
32
33# Authentication:
34
da07627e 35#LoginGraceTime 2m
5b105785 36#PermitRootLogin yes
37#StrictModes yes
38
39#RSAAuthentication yes
40#PubkeyAuthentication yes
41#AuthorizedKeysFile .ssh/authorized_keys
42
5b105785 43# For this to work you will also need host keys in /etc/ssh/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
da07627e 50# Don't read the user's ~/.rhosts and ~/.shosts files
51#IgnoreRhosts yes
5b105785 52
53# To disable tunneled clear text passwords, change to no here!
54#PasswordAuthentication yes
55#PermitEmptyPasswords no
56
57# Change to no to disable s/key passwords
58#ChallengeResponseAuthentication yes
59
60# Kerberos options
61#KerberosAuthentication no
62#KerberosOrLocalPasswd yes
63#KerberosTicketCleanup yes
64
140715a2 65# Session hooks: if allowed, specify the commands to execute
66#AllowSessionHooks yes
67#SessionHookStartupCmd /bin/true
68#SessionHookShutdownCmd /bin/true
69
da07627e 70# GSSAPI options
71#GSSAPIAuthentication yes
72#GSSAPICleanupCreds yes
73
74# Set this to 'yes' to enable PAM authentication (via challenge-response)
75# and session processing. Depending on your PAM configuration, this may
76# bypass the setting of 'PasswordAuthentication'
77#UsePAM yes
5b105785 78
da07627e 79#AllowTcpForwarding yes
80#GatewayPorts no
0f988400 81X11Forwarding yes
5b105785 82#X11DisplayOffset 10
83#X11UseLocalhost yes
84#PrintMotd yes
85#PrintLastLog yes
86#KeepAlive yes
87#UseLogin no
120de672 88#UsePrivilegeSeparation yes
e8800bf1 89#PermitUserEnvironment no
120de672 90#Compression yes
da07627e 91#ClientAliveInterval 0
92#ClientAliveCountMax 3
93#UseDNS yes
94#PidFile /var/run/sshd.pid
5b105785 95#MaxStartups 10
da07627e 96
5b105785 97# no default banner path
98#Banner /some/path
5b105785 99
100# override default of no subsystems
101Subsystem sftp /usr/libexec/sftp-server
This page took 0.176525 seconds and 5 git commands to generate.