Hi, I have followed this guide:
https://hamy.io/post/0005/remote-unl...ubuntu-debian/
My local mahines .ssh folder contains these files:
id_rsa id_rsa.pub known_hosts known_hosts.old
The key in id_rsa.pub are the same as in /etc/dropbear-initramfs/authorized_keys, so that should be correct.
/etc/dropbear-initramfs/authorized_keys contains the RSA key and the name of my local computer in this format:
line 1: ssh-rsa AAAAxxxxxxxxxxxxxxxxxxxxxx lxxxxx@xxxxxxThinkPad-X230
line 2: no-port-forwarding,no-agent-forwarding,no-X11-forwarding,command="/bin/cryptroot-unlock" ssh-rsa ...
I am unable to connect to my remote machine using :
ssh -o "HostKeyAlgorithms ssh-rsa" -p 4748 [email protected]
The boot display:
https://www.dropbox.com/s/vf76giobkv...62615.jpg?dl=0
Has anyone any clue on what the error is ?
-----------------
Edit: I got it to work, had to reinstall dropbear-initramfs because it wanted the files mentioned in the how-to already present.