Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # configuration file, and defaults at the end.
  2.  
  3. # Site-wide defaults for some commonly used options. For a comprehensive
  4. # list of available options, their meanings and defaults, please see the
  5. # ssh_config(5) man page.
  6.  
  7. Host *
  8. # ForwardAgent no
  9. # ForwardX11 no
  10. # ForwardX11Trusted yes
  11. # RhostsRSAAuthentication no
  12. # RSAAuthentication yes
  13. # PasswordAuthentication yes
  14. # HostbasedAuthentication no
  15. # GSSAPIAuthentication no
  16. # GSSAPIDelegateCredentials no
  17. # GSSAPIKeyExchange no
  18. # GSSAPITrustDNS no
  19. # BatchMode no
  20. # CheckHostIP yes
  21. # AddressFamily any
  22. # ConnectTimeout 0
  23. # StrictHostKeyChecking ask
  24. # IdentityFile ~/.ssh/identity
  25. # IdentityFile ~/.ssh/id_rsa
  26. # IdentityFile ~/.ssh/id_dsa
  27. # Port 22
  28. # Protocol 2,1
  29. # Cipher 3des
  30. # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
  31. # MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
  32. # EscapeChar ~
  33. # Tunnel no
  34. # TunnelDevice any:any
  35. # PermitLocalCommand no
  36. # VisualHostKey no
  37. # ProxyCommand ssh -q -W %h:%p gateway.example.com
  38. # RekeyLimit 1G 1h
  39. SendEnv LANG LC_*
  40. HashKnownHosts yes
  41. GSSAPIAuthentication yes
  42. GSSAPIDelegateCredentials no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement