113a511d32f45216ba664cb5fd8ce650bd47c81f
[monkeysphere.git] / tests / home / testuser / .ssh / config
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
9 # UserKnownHostsFile and ProxyCommand will be filled in dynamically.