Guest User

Untitled

a guest
Aug 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ cat sshd_config | sed -e '/^$/d' -e '/^#/d'
  2. Port 29045
  3. ListenAddress 0.0.0.0
  4. Protocol 2
  5. PermitRootLogin no
  6. RSAAuthentication yes
  7. PubkeyAuthentication yes
  8. AuthorizedKeysFile .ssh/authorized_keys
  9. PasswordAuthentication no
  10. ChallengeResponseAuthentication no
  11. UsePAM yes
  12. TCPKeepAlive yes
  13. PasswordAuthentication no
  14. Subsystem sftp /usr/lib/ssh/sftp-server
Add Comment
Please, Sign In to add comment