Difference between revisions of "Using SSH to communicate"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 1: Line 1:
= Setting up =
+
= Setting up your SSH session using PuTTy  =
  
Please contribute ...
+
PuTTY is a free implementation program of SSH for Windows and Unix platforms. You can download it from [http://www.chiark.greenend.org.uk/~sgtatham/putty/ here].  
  
= See also =
+
Once you have installed it, run the program and select the SSH option button. Next insert the Host Name or the IP adress of the destination you want to connect to.
*[[Using serial debug port to communicate]]
+
 
 +
Ensure that the port is set to 22, the default for SSH communications. Finally, push the Open button to start the SSH session.
 +
 
 +
[[Image:Putty_ssh.png|Center]]<br>
 +
 
 +
= See also =
 +
 
 +
*[[Using serial debug port to communicate]]  
 
*[[Using USB ethernet gadget to communicate]]
 
*[[Using USB ethernet gadget to communicate]]
  
 
[[Category:Communications]]
 
[[Category:Communications]]

Revision as of 18:04, 3 August 2011

Setting up your SSH session using PuTTy

PuTTY is a free implementation program of SSH for Windows and Unix platforms. You can download it from here.

Once you have installed it, run the program and select the SSH option button. Next insert the Host Name or the IP adress of the destination you want to connect to.

Ensure that the port is set to 22, the default for SSH communications. Finally, push the Open button to start the SSH session.

Center

See also