Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Port 443
  2. Port 2222
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. AuthorizedKeysFile .ssh/authorized_keys
  11.  
  12.  
  13.  
  14.  
  15.  
  16. ChallengeResponseAuthentication no
  17.  
  18.  
  19.  
  20. UsePAM yes
  21.  
  22. X11Forwarding yes
  23.  
  24.  
  25. Subsystem sftp /usr/lib/ssh/sftp-server
  26.  
  27. AllowTcpForwarding yes
  28. AllowUsers gyrow
  29. PermitRootLogin no
  30. PasswordAuthentication no
  31. ChallengeResponseAuthentication no
  32. Banner /etc/issue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement