Changes

Redirected page to Command Line Interfaces
Line 1: Line 1:  +
#REDIRECT [[Command Line Interfaces]]
 
==Introduction==
 
==Introduction==
   Line 43: Line 44:     
After this you should be greeted with a window such as the one depicted in the figure above.
 
After this you should be greeted with a window such as the one depicted in the figure above.
 +
 +
====RSA key====
 +
 +
There is a possibility to use an RSA key instead of a password when logging in via SSH. This process is described '''[[SSH RSA key authentication (Linux)|here]]''' in detail.
    
===Windows===
 
===Windows===
 
----
 
----
 
To login to a RUTxxx router via SSH using a Windows OS you will need an SSH client application. The most common is '''PuTTY''' - free, open source SSH and Telnet client, which we'll be using for this example. You can download PuTTY from '''[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html here]'''.
 
To login to a RUTxxx router via SSH using a Windows OS you will need an SSH client application. The most common is '''PuTTY''' - free, open source SSH and Telnet client, which we'll be using for this example. You can download PuTTY from '''[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html here]'''.
 
+
----
 
* Launch PuTTY and select the '''SSH''' option under the "Connection type" field. Type in the router's LAN IP address into the "Host Name (or IP address)" field, specify the SSH port into the "Port" field ('''22''' by default) and click "Open":
 
* Launch PuTTY and select the '''SSH''' option under the "Connection type" field. Type in the router's LAN IP address into the "Host Name (or IP address)" field, specify the SSH port into the "Port" field ('''22''' by default) and click "Open":
   Line 55: Line 60:     
[[File:Putty login 2 v2.PNG]]
 
[[File:Putty login 2 v2.PNG]]
 +
----
 +
====RSA key====
 +
 +
There is a possibility to use an RSA key instead of a password when logging in via SSH. This process is described '''[[SSH RSA key authentication (Windows)|here]]''' in detail.
    
==RS232/RS485 console (only with RUT955)==
 
==RS232/RS485 console (only with RUT955)==
Line 115: Line 124:     
[[File:Putty serial login 3 v2.PNG]]
 
[[File:Putty serial login 3 v2.PNG]]
 +
 +
==See also==
 +
 +
* [[SSH RSA key authentication (Linux)]]
 +
* [[SSH RSA key authentication (Windows)]]
    
==External links==
 
==External links==
    
* https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html - PuTTY downloads page
 
* https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html - PuTTY downloads page