]> andersk Git - openssh.git/blame - sshd_config
- (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
[openssh.git] / sshd_config
CommitLineData
6023325e 1# $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $
23c2a7a5 2
b2d818e6 3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
4
61e96248 5# This is the sshd server system-wide configuration file. See sshd(8)
6# for more information.
8efc0c15 7
8Port 22
d6f24e45 9#Protocol 2,1
adc83ebf 10#ListenAddress 0.0.0.0
48e671d5 11#ListenAddress ::
5f4fdfae 12HostKey /etc/ssh_host_key
e2fccec3 13HostKey /etc/ssh_host_rsa_key
582038fb 14HostKey /etc/ssh_host_dsa_key
8efc0c15 15ServerKeyBits 768
16LoginGraceTime 600
17KeyRegenerationInterval 3600
18PermitRootLogin yes
5f4fdfae 19#
20# Don't read ~/.rhosts and ~/.shosts files
21IgnoreRhosts yes
22# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
23#IgnoreUserKnownHosts yes
8efc0c15 24StrictModes yes
b4748e2f 25X11Forwarding no
8efc0c15 26X11DisplayOffset 10
8efc0c15 27PrintMotd yes
4f4648f9 28#PrintLastLog no
8efc0c15 29KeepAlive yes
dd092f97 30
5f4fdfae 31# Logging
adc83ebf 32SyslogFacility AUTH
dd092f97 33LogLevel INFO
5f4fdfae 34#obsoletes QuietMode and FascistLogging
272b7f60 35
dd092f97 36RhostsAuthentication no
b4748e2f 37#
5f4fdfae 38# For this to work you will also need host keys in /etc/ssh_known_hosts
39RhostsRSAAuthentication no
8002af61 40# similar for protocol version 2
41HostbasedAuthentication no
b4748e2f 42#
8efc0c15 43RSAAuthentication yes
44
45# To disable tunneled clear text passwords, change to no here!
46PasswordAuthentication yes
47PermitEmptyPasswords no
61e96248 48
10f72868 49# Uncomment to disable s/key passwords
50#ChallengeResponseAuthentication no
51
52# Uncomment to enable PAM keyboard-interactive authentication
53# Warning: enabling this may bypass the setting of 'PasswordAuthentication'
54#PAMAuthenticationViaKbdInt yes
8efc0c15 55
5f4fdfae 56# To change Kerberos options
8efc0c15 57#KerberosAuthentication no
58#KerberosOrLocalPasswd yes
59#AFSTokenPassing no
60#KerberosTicketCleanup no
5f4fdfae 61
8efc0c15 62# Kerberos TGT Passing does only work with the AFS kaserver
63#KerberosTgtPassing yes
5f4fdfae 64
adc83ebf 65#CheckMail yes
10fa00c8 66#UseLogin no
38c295d6 67
c345cf9d 68#MaxStartups 10:30:60
eea39c02 69#Banner /etc/issue.net
61e96248 70#ReverseMappingCheck yes
7bbcc167 71
72Subsystem sftp /usr/libexec/sftp-server
This page took 0.120318 seconds and 5 git commands to generate.