説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

etc_ssh_ssh_config.j2 223B

123456789
  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