Home
last modified time | relevance | path

Searched refs:DROPBEAR_RSAKEY (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A Dinit36 test -n "$DROPBEAR_RSAKEY" || \
37 DROPBEAR_RSAKEY="${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key"
40 if [ -f "$DROPBEAR_RSAKEY" -a ! -s "$DROPBEAR_RSAKEY" ]; then
41 rm $DROPBEAR_RSAKEY || true
43 if [ ! -f "$DROPBEAR_RSAKEY" ]; then
44 mkdir -p ${DROPBEAR_RSAKEY%/*}
45 dropbearkey -t rsa -f $DROPBEAR_RSAKEY $DROPBEAR_RSAKEY_ARGS
54 -x "$DAEMON" -- -r $DROPBEAR_RSAKEY \
68 -x "$DAEMON" -- -r $DROPBEAR_RSAKEY \