Fix SSH Remote 'No Matching Host Key Type Found' on Mac env

Soefyan Syah
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.

Fix SSH Remote 'No Matching Host Key Type Found' on Mac env | Photo by <a href="https://unsplash.com/@scottwebb?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Scott Webb</a> on <a href="https://unsplash.com/photos/yekGLpc3vro?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
Fix SSH Remote 'No Matching Host Key Type Found' on Mac env

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 .

Soefyan Syah

Written by Soefyan Syah

Hey there! I hope you find this post useful. If you have anything to say, questions or feedback, send me a tweet or an email.