X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fhome%2Ftestuser%2F.ssh%2Fconfig;h=ab1efa6e9d20af615ede3a7cc6b013a191d98efd;hb=54e5dd2bd3d63238142c748c64fdf66135a47136;hp=8610bc97dd66a8b43f5eeb0a1244e54605529ad6;hpb=f0fc313acc49c2f24cfc4d7e0a49fb7c1e3755f7;p=monkeysphere.git diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config index 8610bc9..ab1efa6 100644 --- a/tests/home/testuser/.ssh/config +++ b/tests/home/testuser/.ssh/config @@ -1,9 +1,11 @@ # ssh config file for testuser for monkeysphere test suite. Host * +ChallengeResponseAuthentication no PasswordAuthentication no KbdInteractiveAuthentication no RSAAuthentication no GSSAPIAuthentication no StrictHostKeyChecking yes +LogLevel DEBUG -# UserKnownHostsFile will be filled in dynamically. +# UserKnownHostsFile and ProxyCommand will be filled in dynamically.