maxnet / berryboot

Berryboot -- Boot menu / OS installer
http://www.berryboot.com/
Other
806 stars 133 forks source link

adding ssh_authorized_keys doesn't enable ssh login to luks partition #656

Open gerd35 opened 4 years ago

gerd35 commented 4 years ago

Hello together, before anyone asks: I am using the included Ubuntu Server image and have added my public key to cmdline.txt with a Rubber Ducky, so I'm quite certain there's no mixup or anything there. The format I used (after researching for similar problems in the issues) is : ssh_authorized_keys="ssh-rsa mYpuBLIcKeY test". When booting, I am (correctly) asked to enter my luks password, but can't connect to root@ip in order to login via ssh. Either the connection is refused or never established. Am I doing something wrong?