Guest User

Untitled

a guest
Dec 16th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2. # Host *
  3. # ForwardAgent no
  4. # ForwardX11 no
  5. # RhostsRSAAuthentication no
  6. # RSAAuthentication yes
  7. # PasswordAuthentication yes
  8. # HostbasedAuthentication no
  9. # BatchMode no
  10. # CheckHostIP yes
  11. # AddressFamily any
  12. # ConnectTimeout 0
  13. # StrictHostKeyChecking ask
  14. # IdentityFile ~/.ssh/identity
  15. # IdentityFile ~/.ssh/id_rsa
  16. # IdentityFile ~/.ssh/id_dsa
  17. # Port 22
  18. # Protocol 2,1
  19. # Cipher 3des
  20. # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
  21. # EscapeChar ~
  22. # Tunnel no
  23. # TunnelDevice any:any
  24. # PermitLocalCommand no
  25. Host *
  26. GSSAPIAuthentication yes
  27. # If this option is set to yes then remote X11 clients will have full access
Add Comment
Please, Sign In to add comment