Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8023

Troubleshooting • Re: SSH refusing to work with SSL key and no password

$
0
0
The RSA key type was dropped at some point. If you need to use that to log in to an older system you can add it to the ssh command line or your ssh config file on the system you are connecting from.

I have an entry like this in my ~/.ssh/config for one of my old systems

Code:

Host myoldhost    PubkeyAcceptedKeyTypes +ssh-rsa

Statistics: Posted by rpdom — Mon May 19, 2025 8:03 pm



Viewing all articles
Browse latest Browse all 8023

Trending Articles