Ansible repo for digital ocean projects
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

54 rindas
1.6 KiB

  1. # This is the ssh client system-wide configuration file. See
  2. # ssh_config(5) for more information. This file provides defaults for
  3. # users, and the values can be changed in per-user configuration files
  4. # or on the command line.
  5. # Configuration data is parsed as follows:
  6. # 1. command line options
  7. # 2. user-specific file
  8. # 3. system-wide file
  9. # Any configuration value is only changed the first time it is set.
  10. # Thus, host-specific definitions should be at the beginning of the
  11. # configuration file, and defaults at the end.
  12. # Site-wide defaults for some commonly used options. For a comprehensive
  13. # list of available options, their meanings and defaults, please see the
  14. # ssh_config(5) man page.
  15. Host *
  16. # ForwardAgent no
  17. # ForwardX11 no
  18. # ForwardX11Trusted yes
  19. # RhostsRSAAuthentication no
  20. # RSAAuthentication yes
  21. # PasswordAuthentication yes
  22. # HostbasedAuthentication no
  23. # GSSAPIAuthentication no
  24. # GSSAPIDelegateCredentials no
  25. # GSSAPIKeyExchange no
  26. # GSSAPITrustDNS no
  27. # BatchMode no
  28. # CheckHostIP yes
  29. # AddressFamily any
  30. # ConnectTimeout 0
  31. # IdentityFile ~/.ssh/identity
  32. # IdentityFile ~/.ssh/id_rsa
  33. # IdentityFile ~/.ssh/id_dsa
  34. # Port 22
  35. # Protocol 2,1
  36. # Cipher 3des
  37. # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
  38. # MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
  39. # EscapeChar ~
  40. # Tunnel no
  41. # TunnelDevice any:any
  42. # PermitLocalCommand no
  43. # VisualHostKey no
  44. # ProxyCommand ssh -q -W %h:%p gateway.example.com
  45. SendEnv LANG LC_*
  46. HashKnownHosts yes
  47. GSSAPIAuthentication yes
  48. GSSAPIDelegateCredentials no
  49. StrictHostKeyChecking no