diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 08:03:44 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-27 08:03:44 +0000 |
| commit | 6d36f2beb9dba0c6ae02f2ab8b45434b7a7c7548 (patch) | |
| tree | 4e618181194c1d4971c05bfca543a048f0380be2 /repos/extra/dropbear/config | |
| parent | 9b7d8c2e47670214743aad75decc2177a498321c (diff) | |
| download | alicelinux-6d36f2beb9dba0c6ae02f2ab8b45434b7a7c7548.tar.gz alicelinux-6d36f2beb9dba0c6ae02f2ab8b45434b7a7c7548.zip | |
dropbear: added config file
Diffstat (limited to 'repos/extra/dropbear/config')
| -rw-r--r-- | repos/extra/dropbear/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/extra/dropbear/config b/repos/extra/dropbear/config new file mode 100644 index 00000000..da8cb9cb --- /dev/null +++ b/repos/extra/dropbear/config @@ -0,0 +1,3 @@ +NO_START=0 +DROPBEAR_PORT=22 +DROPBEAR_EXTRA_ARGS="-w -g" |