How To Enable SSH Login From OS X Yosemite 10.10.5 to macOS Ventura 13.3.1
erics, Posted May 19th, 2023 at 10:37:58am
I was unable to login from my old iMac running Yosemite to my new iMac running Ventura using RSA keys.
It turns out that RSA key support was disabled in Ventura.
To correct the problem, I added the following two lines to the bottom of BOTH /etc/ssh/ssh_config
and /etc/ssh/sshd_config
on the Ventura side:
1 2 |
HostKeyAlgorithms +ssh-rsa,ssh-dss PubkeyAcceptedKeyTypes +ssh-rsa,ssh-dss |
Be sure to stop and start Remote Login under System Settings -> General -> Sharing
Leave Your Comment
All fields marked with "*" are required.