summaryrefslogtreecommitdiff
path: root/tests/etc/ssh/sshd_config
blob: 75f03144074c0ee060f8d6ba7c9484b536a78a23 (plain)
  1. # Base sshd_config for monkeysphere test
  2. # HostKey and AuthorizedKeysFile lines will be added dynamically
  3. # during test.
  4. # goal: minimal ssh configuration to do public key authentication.
  5. Protocol 2
  6. PubkeyAuthentication yes
  7. HostbasedAuthentication no
  8. PermitEmptyPasswords no
  9. ChallengeResponseAuthentication no
  10. PasswordAuthentication no
  11. KerberosAuthentication no
  12. GSSAPIAuthentication no
  13. X11Forwarding no
  14. PrintMotd no
  15. PrintLastLog no
  16. TCPKeepAlive no
  17. AcceptEnv LANG LC_*
  18. UsePAM no