SSH access to router

mas54321
Posts: 15
Joined: Fri Mar 22, 2013 8:53 pm

SSH access to router

Post 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
billion_fan
Posts: 5375
Joined: Tue Jul 19, 2011 4:30 pm

Re: SSH access to router

Post 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
You do not have the required permissions to view the files attached to this post.
mas54321
Posts: 15
Joined: Fri Mar 22, 2013 8:53 pm

Re: SSH access to router

Post 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?
billion_fan
Posts: 5375
Joined: Tue Jul 19, 2011 4:30 pm

Re: SSH access to router

Post 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
billion_fan
Posts: 5375
Joined: Tue Jul 19, 2011 4:30 pm

Re: SSH access to router

Post by billion_fan »

Try the following command from terminal within a mac os

ssh -o MACs=hmac-sha1 admin@deviceip
mickod
Posts: 7
Joined: Thu Aug 10, 2017 2:46 pm

Re: SSH access to router

Post 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
billion_fan
Posts: 5375
Joined: Tue Jul 19, 2011 4:30 pm

Re: SSH access to router

Post 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??
billion_fan
Posts: 5375
Joined: Tue Jul 19, 2011 4:30 pm

Re: SSH access to router

Post 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
You do not have the required permissions to view the files attached to this post.
mickod
Posts: 7
Joined: Thu Aug 10, 2017 2:46 pm

Re: SSH access to router

Post 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
billion_fan
Posts: 5375
Joined: Tue Jul 19, 2011 4:30 pm

Re: SSH access to router

Post 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
Post Reply