1234567891011121314151617181920212223242526272829303132333435 |
- Port 22
- Protocol 2
- HostKey /etc/ssh/ssh_host_rsa_key
- HostKey /etc/ssh/ssh_host_dsa_key
- HostKey /etc/ssh/ssh_host_ecdsa_key
- HostKey /etc/ssh/ssh_host_ed25519_key
- UsePrivilegeSeparation yes
- #KeyRegenerationInterval 3600
- #ServerKeyBits 1024
- SyslogFacility AUTH
- LogLevel INFO
- LoginGraceTime 120
- PermitRootLogin without-password
- StrictModes yes
- #RSAAuthentication yes
- PubkeyAuthentication yes
- AuthorizedKeysFile /etc/ssh/keys/authorized_keys
- IgnoreRhosts yes
- #RhostsRSAAuthentication no
- HostbasedAuthentication no
- PermitEmptyPasswords no
- ChallengeResponseAuthentication no
- PrintMotd no
- PrintLastLog yes
- TCPKeepAlive yes
- Subsystem sftp /usr/lib/openssh/sftp-server
- UsePAM yes
|