Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Port 5000
  2. Protocol 2
  3. SyslogFacility AUTHPRIV
  4. PermitRootLogin no
  5. AllowUsers yourusername
  6. Ciphers blowfish-cbc,aes128-cbc,3des-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
  7. PasswordAuthentication no
  8. ChallengeResponseAuthentication no
  9. GSSAPIAuthentication no
  10. GSSAPICleanupCredentials no
  11. UsePAM yes
  12. AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
  13. AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
  14. AcceptEnv LC_IDENTIFICATION LC_ALL
  15. AllowTcpForwarding yes
  16. TCPKeepAlive yes
  17. ClientAliveInterval 15
  18. ClientAliveCountMax 50
  19. Subsystem sftp /usr/libexec/openssh/sftp-server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement