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



                                       



                                   


                   
               
                        

                                               



                                  
            




                                           

         
Port %PORT%
PasswordAuthentication %ALLOW_PASSWORD%
PermitRootLogin %ALLOW_ROOT%
AllowUsers %ALLOW_USERS%
DenyUsers %DENY_USERS%
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
StrictModes yes
PubkeyAuthentication yes
AuthorizedKeysFile	%h/.ssh/authorized_keys
IgnoreRhosts yes
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding yes
PrintMotd no
TCPKeepAlive yes
Banner /etc/issue.net
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
UseDNS no