Resolved – SSH not working in MacOS Ventura

SSH not working after upgrading Mac OS to Ventura 13.x

It happens when you have old version of OpenSSH on the host/server.

Add following lines to your .ssh/config file

HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa

to make it work with old version.

It should look like this,

mac os ventura broke ssh

SSH not working in MacOS Ventura is now resolved!

3 Comments

Leave a Reply