From 82088028d8956b9497d37547c1ae030ec63ea203 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 29 Aug 2017 14:11:23 +0200 Subject: [PATCH] testing: Reduce log level of SSH client This should suppress the "Permanently added ... to the list of known hosts" warnings that occasionally come up for no apparent reason. --- testing/ssh_config | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/ssh_config b/testing/ssh_config index 3676830187..56a619002f 100644 --- a/testing/ssh_config +++ b/testing/ssh_config @@ -1,4 +1,5 @@ Host * + LogLevel QUIET # debian default SendEnv LANG LC_* SendEnv LEAK_DETECTIVE_LOG