Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 yes
- StrictModes yes
- RSAAuthentication yes
- PubkeyAuthentication yes
- IgnoreRhosts yes
- RhostsRSAAuthentication no
- HostbasedAuthentication yes
- PermitEmptyPasswords no
- ChallengeResponseAuthentication no
- PasswordAuthentication yes
- PrintMotd no
- PrintLastLog yes
- AcceptEnv LANG LC_*
- Subsystem sftp /usr/lib/openssh/sftp-server
- UsePAM yes
- GatewayPorts yes
- PermitRootLogin yes
- AllowTCPForwarding yes
- PermitOpen any
- PermitTunnel yes
- ClientAliveInterval 60
- TCPKeepAlive yes
- ClientAliveCountMax 10000
- StreamLocalBindUnlink yes
- SyslogFacility AUTH
- LogLevel INFO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement