rpm: assign a real shell to user monkeysphere
[monkeysphere.git] / tests / home / testuser / .ssh / config
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
11 # UserKnownHostsFile and ProxyCommand will be filled in dynamically.