diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-09-13 11:50:09 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-09-20 15:36:14 +0200 |
commit | d8b2980aa5a9fcc87ec43089e0fc1e91907e4501 (patch) | |
tree | db92ad93c68151a45abc27fb15ed0c0b0b5b358d /testing/ssh_config | |
parent | 4f1c6bc5a6195c0189858b920ab5c2bcf645a169 (diff) | |
download | strongswan-d8b2980aa5a9fcc87ec43089e0fc1e91907e4501.tar.bz2 strongswan-d8b2980aa5a9fcc87ec43089e0fc1e91907e4501.tar.xz |
testing: Log leaks and fail tests if any are detected
Diffstat (limited to 'testing/ssh_config')
-rw-r--r-- | testing/ssh_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ssh_config b/testing/ssh_config index 831b9dc1a..367683018 100644 --- a/testing/ssh_config +++ b/testing/ssh_config @@ -1,6 +1,7 @@ Host * # debian default SendEnv LANG LC_* + SendEnv LEAK_DETECTIVE_LOG StrictHostKeyChecking no UserKnownHostsFile /dev/null GSSAPIAuthentication yes |