Page 1 of 2
SSH access to router
Posted: Mon Nov 24, 2014 7:44 am
by mas54321
How do I ssh onto my router?
ssh is running, I can see this via telnet:
Trying 192.168.1.254...
Connected to 192.168.1.254.
Escape character is '^]'.
SSH-2.0-dropbear_0.46
However, ssh doesn't work
ssh 192.168.1.254
Read from socket failed: Connection reset by peer
thanks
Re: SSH access to router
Posted: Mon Nov 24, 2014 9:47 am
by billion_fan
mas54321 wrote:How do I ssh onto my router?
ssh is running, I can see this via telnet:
Trying 192.168.1.254...
Connected to 192.168.1.254.
Escape character is '^]'.
SSH-2.0-dropbear_0.46
However, ssh doesn't work
ssh 192.168.1.254
Read from socket failed: Connection reset by peer
thanks
Try using Putty
Re: SSH access to router
Posted: Sat Jan 03, 2015 6:44 pm
by mas54321
I don't have putty, I am on a Mac using terminal, or trying to connect via my Linux server (command line)
(My Mac)
Martins-MacBook-Pro:~ $ ssh admin@192.168.1.254
Connection closed by 192.168.1.254
Martins-MacBook-Pro:~ $ ssh root@192.168.1.10
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-24-generic x86_64)
(My Server)
root@kaj:~# ssh admin@192.168.1.254
Connection closed by 192.168.1.254
root@kaj:~# ssh root@192.168.1.11
(My NAS)
Welcome to ReadyNASOS 6.1.6
root@nas1:~# ssh admin@192.168.1.254
Connection closed by 192.168.1.254
root@nas1:~#
What is causing the disconnect?
Re: SSH access to router
Posted: Mon Jan 05, 2015 11:02 am
by billion_fan
mas54321 wrote:I don't have putty, I am on a Mac using terminal, or trying to connect via my Linux server (command line)
(My Mac)
Martins-MacBook-Pro:~ $ ssh admin@192.168.1.254
Connection closed by 192.168.1.254
Martins-MacBook-Pro:~ $ ssh root@192.168.1.10
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-24-generic x86_64)
(My Server)
root@kaj:~# ssh admin@192.168.1.254
Connection closed by 192.168.1.254
root@kaj:~# ssh root@192.168.1.11
(My NAS)
Welcome to ReadyNASOS 6.1.6
root@nas1:~# ssh admin@192.168.1.254
Connection closed by 192.168.1.254
root@nas1:~#
What is causing the disconnect?
Just checking with our engineers now, I will drop a update here in due course
Re: SSH access to router
Posted: Mon May 11, 2015 10:33 am
by billion_fan
Try the following command from terminal within a mac os
ssh -o MACs=hmac-sha1 admin@deviceip
Re: SSH access to router
Posted: Wed Aug 16, 2017 5:08 pm
by mickod
Seems this is a long time old but ...
ssh -o MACs=hmac-sha1 admin@(my billion IP)
Unable to negotiate with (my billion IP) port 22: no matching cipher found. Their offer: 3des-cbc
But service is operational on the box ...
telnet (my billion IP) 22
Trying (my billion IP)...
Connected to (my billion IP).
Escape character is '^]'.
SSH-2.0-dropbear_0.46
What's the approved way of properly accessing the billion devices via ssh?
Thanks,
mick
Re: SSH access to router
Posted: Wed Aug 16, 2017 5:45 pm
by billion_fan
mickod wrote:Seems this is a long time old but ...
ssh -o MACs=hmac-sha1 admin@(my billion IP)
Unable to negotiate with (my billion IP) port 22: no matching cipher found. Their offer: 3des-cbc
But service is operational on the box ...
telnet (my billion IP) 22
Trying (my billion IP)...
Connected to (my billion IP).
Escape character is '^]'.
SSH-2.0-dropbear_0.46
What's the approved way of properly accessing the billion devices via ssh?
Thanks,
mick
What model do you have?? What firmware??
Re: SSH access to router
Posted: Thu Aug 17, 2017 9:50 am
by billion_fan
mickod wrote:Seems this is a long time old but ...
ssh -o MACs=hmac-sha1 admin@(my billion IP)
Unable to negotiate with (my billion IP) port 22: no matching cipher found. Their offer: 3des-cbc
But service is operational on the box ...
telnet (my billion IP) 22
Trying (my billion IP)...
Connected to (my billion IP).
Escape character is '^]'.
SSH-2.0-dropbear_0.46
What's the approved way of properly accessing the billion devices via ssh?
Thanks,
mick
See attached image, just used my mac to connect via SSH to a 7800DX
Re: SSH access to router
Posted: Thu Aug 17, 2017 11:57 am
by mickod
billion_fan wrote:
What model do you have?? What firmware??
It's an 8800NL ...
Model Name : BiPAC 8800NL
Software Version: 2.32d.dm12
Re: SSH access to router
Posted: Thu Aug 17, 2017 12:26 pm
by billion_fan
mickod wrote:billion_fan wrote:
What model do you have?? What firmware??
It's an 8800NL ...
Model Name : BiPAC 8800NL
Software Version: 2.32d.dm12
It works with the same command here (software v 2.32e it should be the same for 2.32d.dm12) if using windows use putty