No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_ssh_ssh_config.j2 241B

12345678910
  1. Ciphers {{ ciphers }}
  2. KexAlgorithms {{ kex_algorithms }}
  3. SendEnv LANG LC_*
  4. HashKnownHosts yes
  5. GSSAPIAuthentication yes
  6. GSSAPIDelegateCredentials no
  7. MACs {{ macs }}
  8. PasswordAuthentication no
  9. UseRoaming no