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.

ssh.j2 308B

12345678910
  1. Ciphers {{ ciphers }}
  2. #KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
  3. KexAlgorithms {{ kex_algorithms }}
  4. SendEnv LANG LC_*
  5. HashKnownHosts yes
  6. GSSAPIAuthentication yes
  7. GSSAPIDelegateCredentials no
  8. MACs {{ macs }}
  9. PasswordAuthentication no