summaryrefslogblamecommitdiffstats
path: root/data/sshd_config.template
blob: a6536e23889f3f753f7c18c6078d186d9e376abe (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                   




                   



                                               











                                           
               

         
Port %PORT%
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 30
PermitRootLogin yes
StrictModes yes
PubkeyAuthentication yes
PasswordAuthentication %PASSWORDLOGIN%
AuthorizedKeysFile	%h/.ssh/authorized_keys
IgnoreRhosts yes
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
Banner /etc/issue.net
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
AllowUsers root
UseDNS no