diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 01:59:55 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 01:59:55 -0400 |
commit | 74b446aef77a46302430ee8aac7124f40d9bf1b4 (patch) | |
tree | bf5771d54f280d4c1802d85f0435de91660d665d /tests/home | |
parent | 8859ba489c1234a3920cb121c177d06b3b8779f7 (diff) |
testing: moved the LogLevel debugging for ssh into config files, added an ssh-agent to the final ssh invocation.
Diffstat (limited to 'tests/home')
-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. |