X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fdropbear%2Fpatches%2Foptions.h.patch;h=0022eb9e79fca66986f52cdcea0bd0cf9ab7cb66;hb=b6e856e1570c371b7002f1a93a1ea0e978ffdab6;hp=111cdcd9c56f71f8b6431845edbe52cd7c0bda0a;hpb=d8db7f3dfa30b65820722c96aa1d9acbae5006a9;p=tpg%2Facess2.git diff --git a/Externals/dropbear/patches/options.h.patch b/Externals/dropbear/patches/options.h.patch index 111cdcd9..0022eb9e 100644 --- a/Externals/dropbear/patches/options.h.patch +++ b/Externals/dropbear/patches/options.h.patch @@ -1,6 +1,24 @@ --- options.h +++ options.h -@@ -217,1 +217,1 @@ +@@ -23,6 +23,6 @@ + #ifndef DSS_PRIV_FILENAME +-#define DSS_PRIV_FILENAME "/etc/dropbear/dropbear_dss_host_key" ++#define DSS_PRIV_FILENAME "/Acess/Conf/dropbear/host_key_dss" + #endif + #ifndef RSA_PRIV_FILENAME +-#define RSA_PRIV_FILENAME "/etc/dropbear/dropbear_rsa_host_key" ++#define RSA_PRIV_FILENAME "/Acess/Conf/dropbear/host_key_rsa" + #endif +@@ -55,2 +55,2 @@ + /* Enable X11 Forwarding - server only */ +-#define ENABLE_X11FWD ++//#define ENABLE_X11FWD +@@ -163,3 +163,3 @@ + #ifndef MOTD_FILENAME +-#define MOTD_FILENAME "/etc/motd" ++#define MOTD_FILENAME "/Acess/Conf/dropbear/motd" + #endif +@@ -216,2 +216,2 @@ * rsa/dss key generation */ -#define DROPBEAR_URANDOM_DEV "/dev/urandom" +#define DROPBEAR_URANDOM_DEV "/Devices/frandom"