SSHD

What is SSH? - Developed by SSH Communications Security Ltd., Secure Shell is a program to log into the linksys router while providing strong authentication and secure communications over insecure channels. (ie the internet).

svadministrationsshd.jpg

svadministrationsshd.jpg

How to Setup SSH Public Keys Via Putty

Here's how you can get public-key based ssh access to your WRT54G:

Since you don't want PuTTY to forget all this stuff you finally put some profile name (e.g. WRT54G) below Session->Saved Sessions and press Save.

Using username "root". Authenticating with public key "root@unknown"

followed by a MOTD.

How to Setup SSH Public Keys Via Unix

Sample Output:
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): tutorial
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in tutorial.
Your public key has been saved in tutorial.pub.
The key fingerprint is:
b0:ea:8c:27:d8:04:88:45:39:aa:2e:4b:20:71:3d:8a root@sombrero
sombrero .ssh2 # cat tutorial.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA2eGrJIqvdStAEgowqwMtEUjW4T0c6+JmD17HO3E0/LfpwnfafJYeKPVXbsgYzbVnjXNy7op5YjaO2mQRjqLYbe66AE2A1g+v/UlfT8Z7Ak6GUvMxWcphPTRaRAsJMEVxIK/Z/CsZX9rpuS7duVVKC+R9Cb0r5ZNOpL4USQfxqAE= root@sombrero
ssh 192.168.1.1 -l root -i tutorial

Advanced

Note that a router password change will only be reflected in the SSH daemon after a reboot


2 pages link to SV-Administration-Management-SSHD: