blob: 8610bc97dd66a8b43f5eeb0a1244e54605529ad6 (
plain)
- # ssh config file for testuser for monkeysphere test suite.
- Host *
- PasswordAuthentication no
- KbdInteractiveAuthentication no
- RSAAuthentication no
- GSSAPIAuthentication no
- StrictHostKeyChecking yes
- # UserKnownHostsFile will be filled in dynamically.
|