Searched refs:DROPBEAR_RSAKEY (Results 1 – 1 of 1) sorted by relevance
36 test -n "$DROPBEAR_RSAKEY" || \37 DROPBEAR_RSAKEY="${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key"40 if [ -f "$DROPBEAR_RSAKEY" -a ! -s "$DROPBEAR_RSAKEY" ]; then41 rm $DROPBEAR_RSAKEY || true43 if [ ! -f "$DROPBEAR_RSAKEY" ]; then44 mkdir -p ${DROPBEAR_RSAKEY%/*}45 dropbearkey -t rsa -f $DROPBEAR_RSAKEY $DROPBEAR_RSAKEY_ARGS54 -x "$DAEMON" -- -r $DROPBEAR_RSAKEY \68 -x "$DAEMON" -- -r $DROPBEAR_RSAKEY \