summaryrefslogtreecommitdiff
path: root/tests/home/testuser/.ssh/config
blob: ab1efa6e9d20af615ede3a7cc6b013a191d98efd (plain)
  1. # ssh config file for testuser for monkeysphere test suite.
  2. Host *
  3. ChallengeResponseAuthentication no
  4. PasswordAuthentication no
  5. KbdInteractiveAuthentication no
  6. RSAAuthentication no
  7. GSSAPIAuthentication no
  8. StrictHostKeyChecking yes
  9. LogLevel DEBUG
  10. # UserKnownHostsFile and ProxyCommand will be filled in dynamically.