Difference between revisions of "Using SSH to communicate"

From IGEP - ISEE Wiki

Jump to: navigation, search
m (Setting up your SSH session using PuTTy)
Line 1: Line 1:
 
= Setting up your SSH session using PuTTy  =
 
= 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 [http://www.chiark.greenend.org.uk/~sgtatham/putty/ here].  
+
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].<br>
  
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.
+
Once you have installed it, run the program and select the SSH option button.<br>
  
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]]
  
[[Image:Putty_ssh.png|center]]
+
Next insert the Host Name or the IP adress of the destination you want to connect to. <br>
 +
 
 +
Ensure that the port is set to 22, the default for SSH communications.<br>
 +
 
 +
Finally, push the Open button to start the SSH session.
  
 
= See also  =
 
= See also  =

Revision as of 18:08, 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.

Putty ssh.png

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.

See also