aboutsummaryrefslogtreecommitdiff
path: root/sub/dropbear/localoptions.h
blob: bdf864b60cafd67230aad97771062dd6e649e997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef LOCALOPTIONS_H

#define NON_INETD_MODE 0
#define INETD_MODE 1

#define DROPBEAR_SMALL_CODE 0
#define DROPBEAR_X11FWD 0
#define DROPBEAR_BLOWFISH 0
#define DROPBEAR_TWOFISH256 0
#define DROPBEAR_TWOFISH128 0

#define DROPBEAR_DELAY_HOSTKEY 0
#define DROPBEAR_CURVE25519 1

#define DROPBEAR_DH_GROUP1 0
#define DROPBEAR_DH_GROUP16 1

#define XAUTH_COMMAND "/bin/xauth -q"
#undef SFTPSERVER_PATH
#define DROPBEAR_PATH_SSH_PROGRAM "/bin/dbclient"
#define DEFAULT_PATH "/command:/bin"

#endif