Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # ----- Network behaviour -----
  2. Port 22
  3. Protocol 2
  4. AddressFamily inet
  5. ListenAddress 127.0.70.11
  6.  
  7. # ----- Authentication behaviour -----
  8. RSAAuthentication no
  9. PasswordAuthentication no
  10. PermitEmptyPasswords no
  11. ChallengeResponseAuthentication no
  12. PubkeyAuthentication yes
  13. AuthorizedKeysFile .ssh/authorized_keys
  14.  
  15. # ----- Subsystems -----
  16. Subsystem sftp internal-sftp
  17.  
  18. # ----- Access control -----
  19. PermitRootLogin no
  20. AllowGroups sauer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement