From 74b5113de163cc653c180fac7dc723d8de4e631b Mon Sep 17 00:00:00 2001 From: Coco Liliace Date: Tue, 14 May 2024 10:04:24 +0800 Subject: [PATCH] enable ssh config --- src/default_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default_options.h b/src/default_options.h index 6e970bb..e94eb55 100644 --- a/src/default_options.h +++ b/src/default_options.h @@ -262,7 +262,7 @@ group1 in Dropbear server too */ /* Per client configuration file */ -#define DROPBEAR_USE_SSH_CONFIG 0 +#define DROPBEAR_USE_SSH_CONFIG 1 /* Allow specifying the password for dbclient via the DROPBEAR_PASSWORD * environment variable. */ -- 2.45.0