diff options
Diffstat (limited to 'source/installer/sources/dropbear/localoptions.h')
-rw-r--r-- | source/installer/sources/dropbear/localoptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/sources/dropbear/localoptions.h b/source/installer/sources/dropbear/localoptions.h index 2e6a966f..380805b3 100644 --- a/source/installer/sources/dropbear/localoptions.h +++ b/source/installer/sources/dropbear/localoptions.h @@ -1,4 +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" +#define DROPBEAR_PATH_SSH_PROGRAM "/usr/bin/dbclient" |