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