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

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