X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fhome%2Ftestuser%2F.ssh%2Fconfig;h=ab1efa6e9d20af615ede3a7cc6b013a191d98efd;hb=72f145629c3c626a30aa08e6100f298cd31a30c2;hp=113a511d32f45216ba664cb5fd8ce650bd47c81f;hpb=8859ba489c1234a3920cb121c177d06b3b8779f7;p=monkeysphere.git diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config index 113a511..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 and ProxyCommand will be filled in dynamically.