mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
25 lines
689 B
Diff
25 lines
689 B
Diff
From 74b5113de163cc653c180fac7dc723d8de4e631b Mon Sep 17 00:00:00 2001
|
|
From: Coco Liliace <coco@liliace.dev>
|
|
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
|
|
|