Connecting with PuTTY: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "400px|thumb| (Click for larger image) 400px|thumb| (Click for larger image) File:Putty_X11_forwarding.png|400px|thumb|...")
 
No edit summary
Line 1: Line 1:
[[File:Putty_basic.png|400px|thumb|  (Click for larger image)]]
[[File:Putty_basic.png|400px|thumb|  Enter hostname or IP address (Click for larger image)]]
[[File:Putty_username.png|400px|thumb| (Click for larger image)]]
[[File:Putty_username.png|400px|thumb| Specify username to use when connecting, this is optional as one can type it when connecting (Click for larger image)]]
[[File:Putty_X11_forwarding.png|400px|thumb| (Click for larger image)]]
[[File:Putty_X11_forwarding.png|400px|thumb| Enable X11 forwarding (Click for larger image)]]
[[File:Putty_ssh_key.png|400px|thumb| (Click for larger image)]]
[[File:Putty_ssh_key.png|400px|thumb| Specifying an ssh key (Click for larger image)]]


Start up PuTTY and enter the host name or IP address of the machine you wish to connect to. You may also save a settings by entering a session name in the "Save Sessions" text box and clicking the "Save" button. You can set the username to use when logging into a particular host under the Connection->Data section in the Auto-login username text box to saving typing the username when connecting.
Start up PuTTY and enter the host name or IP address of the machine you wish to connect to. You may also save a settings by entering a session name in the "Save Sessions" text box and clicking the "Save" button. You can set the username to use when logging into a particular host under the Connection->Data section in the Auto-login username text box to saving typing the username when connecting.

Revision as of 21:38, 26 February 2016

Enter hostname or IP address (Click for larger image)
Specify username to use when connecting, this is optional as one can type it when connecting (Click for larger image)
Enable X11 forwarding (Click for larger image)
Specifying an ssh key (Click for larger image)

Start up PuTTY and enter the host name or IP address of the machine you wish to connect to. You may also save a settings by entering a session name in the "Save Sessions" text box and clicking the "Save" button. You can set the username to use when logging into a particular host under the Connection->Data section in the Auto-login username text box to saving typing the username when connecting.

If working with graphical based programs X11 forwarding should be enabled. To do this go to Connection->SSH->X11 and check the "Enable X11 forwarding" check box. To use X11 forwarding one must install a X window server such as Xming.

It may be to connecting to a server using a key pair. To set the private key putty is to use when connecting to a machine go to Connection->SSH->Auth and clicking the "Browse" button to find the private key file to use. Putty uses files with a ".ppk" suffix, which are generated using PuTTYGen (see Generating ssh keys in Windows for instructions on how to create such a key).