How to unlock LUKS root partition on boot via SSH
Ubuntu 16.04.02:
apt-get install dropbear initramfs-tools busybox
ls: cannot access '/etc/dropbear-initramfs': No such file or directory
What OS is this gist for?
This recipe is tested on Debian 7-8-9 and should work on Ubuntu without any modifications.
(Sorry for the late reply but I didn't get any notifications)
apt-get install dropbear-initramfs dropbear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
On Debian Jessie after
apt-get install dropbear initramfs-tools busybox
find: `dropbear-initramfs': No such file or directory
Any ideas?