SSH ISSUES

my experience with ssh troubleshooting

What is SSH?

Comparable to HTTP, or hypertext transfer protocol, which is the protocol used to send hypertext like web pages, SSH, or Secure Shell, is a network communication protocol that enables two computers to communicate and share data.

Why use SSH?

SSH is suited for usage over insecure networks due to an inherent feature that encrypts communication between the two computers.

My Trouble

unable to negotiate with 10.10.137.100 port 2222: no matching host key type found. their offer: ssh-rsa

How To Patch

nano $HOME/.ssh/config
#put this config and save
Host 10.10.137.100
User james
PubkeyAcceptedAlgorithms +ssh-rsa
HostkeyAlgorithms +ssh-rsa
#don't forget to change the Host and User
After All Run The SSH Again.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response