Fix SSH Remote 'No Matching Host Key Type Found' on Mac env
Soefyan Syah19 Jan 2023
Mac OsRemoteSSH
Secure Shell is a cryptographic network protocol for secure data communication, command-line interface login, remote command execution, and other network services between two computer networks.

The easiest way to make improvements to ssh access on your laptop that uses mac os. you can use the script below.
ssh -oHostKeyAlgorithms=+ssh-rsa username@123.123.123.123
//123.123.123.123 example is your ip
I hope this post give u solution .
