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