X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fhome%2Ftestuser%2F.ssh%2Fconfig;h=ab1efa6e9d20af615ede3a7cc6b013a191d98efd;hb=54e5dd2bd3d63238142c748c64fdf66135a47136;hp=566d1c0976b77063dd531b54dc59541a44c8eb0f;hpb=a718b8d343f7b7de02be1a27a9f98a0ae52f0071;p=monkeysphere.git diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config index 566d1c0..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 -# UserKnownHosts file will be filled in dynamically. +# UserKnownHostsFile and ProxyCommand will be filled in dynamically.