Guest User

Untitled

a guest
Oct 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # **** IMPORTANT: CHANGE SSH PORT TO SOMETHING < 1000 AND != 22 ****
  2. Port 22
  3. Protocol 2
  4. SyslogFacility AUTHPRIV
  5. PermitRootLogin no
  6. PasswordAuthentication yes
  7. ChallengeResponseAuthentication no
  8. GSSAPIAuthentication yes
  9. GSSAPICleanupCredentials yes
  10. UsePAM yes
  11. AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
  12. AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
  13. AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
  14. AcceptEnv XMODIFIERS
  15. X11Forwarding no
  16. Subsystem sftp /usr/libexec/openssh/sftp-server
Add Comment
Please, Sign In to add comment