ceremcem / unlock-luks-partition

Unlock a LUKS partition via SSH
40 stars 3 forks source link

Ubuntu changes #11

Open GogoFC opened 2 years ago

GogoFC commented 2 years ago

Hello

So localhost doesn't resolve :) great! Did not know that.

There are some changes in new Ubuntu

Ubuntu now installs dropbear-initramfs package so I didn't use your crypt-unlock script as they provide that. I only used the ssh-client and link-up-to server to make a reverse tunnel.

Thanks for these pretty cool.

ping doesn't work so I used ip route get, and they moved ifconfig to /usr/bin/ifconfig

Watchdog can't reboot anymore, reboot isn't allowed.

Do you have any pointers on how to listen for if the tunnel has been disconnected?