#! /bin/sh # # Tell the user that the machine is ready to slurp the key for full disk # encryption. # # Copyright 2013 Guilhem Moulin # # Licensed under the GNU GPL version 3 or higher. set -ue . /usr/share/debconf/confmodule ipv4="$(ip addr show eth0 | sed -nr 's/^\s+inet\s([0-9.]{4,32}).*/\1/p')" template=$(mktemp) cat > "$template" < "$pkf" echo " - $(ssh-keygen -lf $pkf)" >> "$template" rm "$pkf" done < ~root/.ssh/authorized_keys cat >> $template <