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/etc/ssh/sshd_config | |
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/etc/ssh/sshd_config')
-rw-r--r-- | tests/etc/ssh/sshd_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/etc/ssh/sshd_config b/tests/etc/ssh/sshd_config index 15b980c..82c72b9 100644 --- a/tests/etc/ssh/sshd_config +++ b/tests/etc/ssh/sshd_config @@ -20,3 +20,4 @@ TCPKeepAlive no AcceptEnv LANG LC_* UsePAM no UsePrivilegeSeparation no +LogLevel DEBUG |