Advertisement
Guest User

sshd_config

a guest
Jul 28th, 2013
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # This is the sshd server system-wide configuration file. See
  2. # sshd_config(5) for more information.
  3.  
  4. HostKey /data/ssh/ssh_host_dsa_key
  5. AuthorizedKeysFile /data/ssh/authorized_keys
  6. PidFile /data/ssh/sshd.pid
  7.  
  8. AllowUsers root
  9. ChallengeResponseAuthentication no
  10. PasswordAuthentication no
  11. PermitRootLogin without-password
  12.  
  13. Compression no
  14. Protocol 2
  15. UsePrivilegeSeparation no
  16. Subsystem sftp internal-sftp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement