Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # Also tweak the key location for dropbear in the same way.
  2. if [ -d ${IMAGE_ROOTFS}/etc/dropbear ]; then
  3. if [ ! -e ${IMAGE_ROOTFS}/etc/dropbear/dropbear_rsa_host_key ]; then
  4. echo "DROPBEAR_RSAKEY_DIR=/var/lib/dropbear" >> ${IMAGE_ROOTFS}/etc/default/dropbear
  5. fi
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement