Fix for Older SSH Keys Not Working on Newer Versions of Debian / Ubuntu
Fix for SSH Keys Not Working on Newer Versions of Debian / Ubuntu
If your old SSH keys are not working on newer versions of Ubuntu / Debian, and you're being prompted to login (~/.ssh/config configuration being ignored), the fix is to add the following line to the bottom of the /etc/ssh/ssh_config file:
PubkeyAcceptedKeyTypes +ssh-rsa
That's it. It will work again. You may need to restart the ssh service
sudo service ssh restart
https://askubuntu.com/questions/1404049/ssh-without-password-does-not-work-after-upgrading-from-18-04-to-22-04
Rent dedicated game servers from Chicago, Kansas City, Dallas Texas, Wilkes-Barre Pennsylvania, Arizona, Denver Colorado, California, Florida, and Sofia Bulgaria starting as low as $7.45 a month. We Be HostiN (https://webehostin.com)
Tags: 20.04, 22.04, config, debian, git, keys, newer, not, password, prompting, ssh, ubuntu, working