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