ssl downgrade by default?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-20-2016 08:11 PM
Hey guys,
When we ssh into a default install of exos, we're receving what appears to be a downgrade to a weak cipher/key exchange protocol:
Unable to negotiate with 10.xx.xx.xx port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Do you know when this might be fixed?
When we ssh into a default install of exos, we're receving what appears to be a downgrade to a weak cipher/key exchange protocol:
Unable to negotiate with 10.xx.xx.xx port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Do you know when this might be fixed?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-21-2016 01:58 AM
Ahh yes.. This is what I do
ssh -oHostKeyAlgorithms=+ssh-dss -l USERNAME IPADDRESS
Should be able to add this to your ~/.ssh/config
HostkeyAlgorithms +ssh-dss
That way you don't have to type in the -oHostKeyAlg...
ssh -oHostKeyAlgorithms=+ssh-dss -l USERNAME IPADDRESS
Should be able to add this to your ~/.ssh/config
HostkeyAlgorithms +ssh-dss
That way you don't have to type in the -oHostKeyAlg...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-20-2016 10:40 PM
Hey Brandon,
We're seeing this on v15.7.14 and are just using the terminal ssh client on Fedora 23
Thanks
We're seeing this on v15.7.14 and are just using the terminal ssh client on Fedora 23
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-20-2016 08:16 PM
What version of EXOS are you seeing this on? Also, what SSH client are you using?
-Brandon
-Brandon
