I have a local machine running dropbear and I want to connect to a remote host running openssh without having to type the password every time.
I have found lots of documentation on how to do the reverse, and it seems easy because dropbear does support /etc/dropbear/authorized_keys
. However what I want does not seem nearly as easy and I can't find any documentation on this.
I have tried copying /etc/dropbear/dropbear_rsa_host_key
to the remote hosts .ssh/authorized_keys
but that didn't work. So either I didn't do it right (very possible), or it can't be done that way.
I have tried generating keys on the remote host and then copying them into local's .ssh/
, and adding the public to remote's .ssh/authorized_keys
but that didn't work either.
I haven't been able to think of anything else to try, so I figured I'd try to ask someone more experienced than me.