123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
-
- Port 22
-
-
-
-
- Protocol 2
-
-
- HostKey /etc/ssh/ssh_host_rsa_key
-
- UsePrivilegeSeparation yes
-
- KexAlgorithms {{ kex_algorithms }}
- Ciphers {{ ciphers }}
- MACs {{ macs }}
-
-
- KeyRegenerationInterval 3600
- ServerKeyBits 768
-
-
- SyslogFacility AUTH
- LogLevel INFO
-
-
- LoginGraceTime 120
- PermitRootLogin no
- StrictModes yes
-
- RSAAuthentication yes
- PubkeyAuthentication yes
-
-
- IgnoreRhosts yes
-
- RhostsRSAAuthentication no
-
- HostbasedAuthentication no
-
- PermitEmptyPasswords no
-
-
-
- ChallengeResponseAuthentication yes
-
-
- PasswordAuthentication no
-
-
- X11Forwarding yes
- X11DisplayOffset 10
- PrintMotd no
- PrintLastLog yes
- TCPKeepAlive yes
-
-
- AcceptEnv LANG LC_*
-
- Subsystem sftp /usr/lib/openssh/sftp-server
-
-
-
-
-
-
-
-
-
-
- UsePAM yes
|