From e42307bbe392d55cc7c84429fb63be2c779202d1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 20 Oct 2019 00:54:36 +0200 Subject: [PATCH] tests: bigger sshd config buffer (fixes #T180) Signed-off-by: Aris Adamantiadis Reviewed-by: Andreas Schneider --- tests/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/torture.c b/tests/torture.c index eeeeafee..360fd02a 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -588,7 +588,7 @@ static void torture_setup_create_sshd_config(void **state, bool pam) char rsa_hostkey[1024]; char ecdsa_hostkey[1024]; char trusted_ca_pubkey[1024]; - char sshd_config[2048]; + char sshd_config[4096]; char sshd_path[1024]; const char *additional_config = NULL; struct stat sb;