Activity

  • admin posted an update 6 years, 5 months ago

    How to fix SSH error: diffie-hellman-group1-sha1
    ssh root@IP -p 22 -v

    Unable to negotiate with IP port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

    ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@IP -p 22 -v

    Now you will have SSH properly connected, Enjoy!

PC Knowledge sharetank

Skip to toolbar