Page 1 of 1

ssh binary

PostPosted: Mon Oct 28, 2013 7:42 am
by firwareslut
Is it possible to have the ssh client binary installed? I would like to login to my NAS though command and then to a local computer.

Re: ssh binary

PostPosted: Mon Oct 28, 2013 9:06 am
by Jocko
Hi firwareslut,

you have already a ssh client with the firmware. Read the SSH help page:
II. SSH access (NAS) to a remote SSH server
The identification by the RSA key exchange is often the method chosen by a server administrator.
If you want your NAS can connect to it, it is necessary that you send before the public key of the NAS to the administrator.
In this part of the menu, you can:
· Display the public key of the NAS (and copy it to be sent: select all text and make no change !!!)
· Generate a new key pair (public and private)(2)
Note: Client ssh with Dropbear is dbclient (not the command ssh such as OpenSSH)

So you need to use dbclient ;)

Re: ssh binary

PostPosted: Mon Oct 28, 2013 12:19 pm
by firwareslut
That worked perfectly :) thanks!