I am having trouble with being able to have SSH between 2 routers using keys.
I can get it so my workstation can Putty into the routers with keys, but I cannot get dropbear to work between both routers.
Latest try:
- dropbearkey -t rsa -f id_rsa
- create the id_rsa.pub from the output above (just the public section)
- copy id_rsa.pub to remote router (into GUI)
- on local router, ssh -i id_rsa userid@far-router-address
What am I missing?
I can get it so my workstation can Putty into the routers with keys, but I cannot get dropbear to work between both routers.
Latest try:
- dropbearkey -t rsa -f id_rsa
- create the id_rsa.pub from the output above (just the public section)
- copy id_rsa.pub to remote router (into GUI)
- on local router, ssh -i id_rsa userid@far-router-address
What am I missing?