summaryrefslogtreecommitdiff
path: root/tests/home/testuser/.ssh/config
blob: 566d1c0976b77063dd531b54dc59541a44c8eb0f (plain)
  1. # ssh config file for testuser for monkeysphere test suite.
  2. Host *
  3. PasswordAuthentication no
  4. KbdInteractiveAuthentication no
  5. RSAAuthentication no
  6. GSSAPIAuthentication no
  7. StrictHostKeyChecking yes
  8. # UserKnownHosts file will be filled in dynamically.