/* Changes for TinyCore include default options then change some */ /* Default hostkey paths - these can be specified on the command line */ #undef DSS_PRIV_FILENAME #define DSS_PRIV_FILENAME "/usr/local/etc/dropbear/dropbear_dss_host_key" #undef RSA_PRIV_FILENAME #define RSA_PRIV_FILENAME "/usr/local/etc/dropbear/dropbear_rsa_host_key" #undef ECDSA_PRIV_FILENAME #define ECDSA_PRIV_FILENAME "/usr/local/etc/dropbear/dropbear_ecdsa_host_key" #undef ED25519_PRIV_FILENAME #define ED25519_PRIV_FILENAME "/usr/local/etc/dropbear/dropbear_ed25519_host_key" /* The command to invoke for xauth when using X11 forwarding. * "-q" for quiet */ #undef XAUTH_COMMAND #define XAUTH_COMMAND "/usr/local/bin/xauth -q" /* This is used by the scp binary when used as a client binary. If you're * not using the Dropbear client, you'll need to change it */ #undef DROPBEAR_PATH_SSH_PROGRAM #define DROPBEAR_PATH_SSH_PROGRAM "/usr/local/bin/dbclient" /* The default path. This will often get replaced by the shell */ #undef DEFAULT_PATH #define DEFAULT_PATH "/usr/local/bin:/usr/bin:/bin"