diff options
Diffstat (limited to 'source/installer/sources/dropbear/localoptions.h')
-rw-r--r-- | source/installer/sources/dropbear/localoptions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/installer/sources/dropbear/localoptions.h b/source/installer/sources/dropbear/localoptions.h new file mode 100644 index 000000000..2e6a966fa --- /dev/null +++ b/source/installer/sources/dropbear/localoptions.h @@ -0,0 +1,4 @@ +/* These override content of default_options.h */ +#define INETD_MODE 0 +#define DROPBEAR_DH_GROUP16 1 +#define DROPBEAR_PATH_SSH_PROGRAM "/bin/dbclient" |