diff options
Diffstat (limited to 'tests/home/testuser/.ssh/config')
-rw-r--r-- | tests/home/testuser/.ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config index 113a511..1da2344 100644 --- a/tests/home/testuser/.ssh/config +++ b/tests/home/testuser/.ssh/config @@ -5,5 +5,6 @@ KbdInteractiveAuthentication no RSAAuthentication no GSSAPIAuthentication no StrictHostKeyChecking yes +LogLevel DEBUG # UserKnownHostsFile and ProxyCommand will be filled in dynamically. |