SSH config in macOS Ventura
macOS Ventura changed SSH algorithm, you need to update your SSH config file ~/.ssh/config
to make it work.
Host *
UseKeychain yes
IdentitiesOnly yes
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
Was this page helpful?