01-26-2020 09:08 AM
Quick question, how do I make SSH work with CMD?
I can SSH and Telnet with Putty but I would like to do this with CMD as well but this is what I get.
Unable to negotiate with X.X.X.X port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
How would I fix this?
01-26-2020 10:14 AM
what CMD ? from windows or Linux ? what version of windows is this?
01-26-2020 11:54 AM
Works for me using Terminal in Linux.
Using Windows 10 Pro.
01-26-2020 07:40 PM
Ssh -c option lets you specify the cipher.
Thanks
01-27-2020 04:57 AM
From window 10 pro - can you post the command syntax and failed messge.
01-27-2020 10:53 AM
ssh -l ***** 10.0.0.150
I've tried ssh -c (cipher type of my choice) -l ***** 10.0.0.150 and it just doesn't exist
Unable to negotiate with 10.0.0.150 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide