SSH access to router

mickod
Posts: 7
Joined: Thu Aug 10, 2017 2:46 pm

Re: SSH access to router

Post by mickod »

Thanks for the assistance here billion_fan!

I was able to work out from ssh debug (using -v) that it was the cipher that needed to be added/set to allow ssh to work from my mbp.

I configured the following in my

Code: Select all

~/.ssh/config
file and it worked;

Code: Select all

Host 192.168.1.254
    User admin
    KexAlgorithms +diffie-hellman-group1-sha1
    Ciphers 3des-cbc
HTH,
Mick
Post Reply