- -
89
Appendix D: SSH Client
Linux OS comes with a ssh client. Microsoft Windows does not have ssh client
but there is a public domain one called “putty” that you can download here:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
To access the device using Linux ssh client:
From LAN: Use the device WEB UI to enable SSH access from LAN.
(default is enabled)
type: ssh -l root 192.168.1.1
From WAN: Use WEB UI to enable SSH access from WAN.
type: ssh -l support device-WAN-ip-address
To access the device using the Windows “putty” ssh client:
From LAN: Use the device WEB UI to enable SSH access from LAN
(default is enabled)
type: putty -ssh -l admin 192.168.1.1
From WAN: In the device, use WEB UI to enable SSH access from WAN.
type: putty -ssh -l support device-WAN-ip-address