Raspberry Pi_Eng_18.2.4 SSH Connection with PuTTy Program in MS Windows


Published Book on Amazon


All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2


출판된 한글판 도서


최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상)
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (하)


Original Book Contents


18.2.4  SSH Connection with <PuTTy> Program in MS Windows

 

SSH client program is required to access Raspberry Pi system with SSH in MS Windows. There are a number of programs that can be used as SSH clients, and you can use anyone that supports SSH.

 

Here, we will use the Putty program, which is free and offers a lot of features, so many people use it as standard. PuTTY is a program developed by Simon Tatham that provides Telnet and SSH functions on MS Windows or Unix series computers, and basically provides functions which is the type of terminal emulator. To download the Putty program, you can use the following URL:

    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

 

<PuTTy> program can be used in various types. You can use it immediately after copying it to the disk of MS Windows without installation process, or you can use the regular program for installation. Regardless of which function is used, there is no big difference in using only the SSH connection function.

 

When the program is executed, the security warning screen related to the digital signature is displayed. After making necessary checks, the following screen that you can input various setting items for SSH connection appears.


Figure 18‑1 SSH connection using <PuTTy> program

 

You can specify several items, but the most basic items are as follows:

    Host Name  -- IP address or network name of SSH server Raspberry Pi system

    Port           -- The default is "22". Use a different value to correct it.

    User           -- A default user can be specified.

    Session        -- You can save it with name and reuse it later when you load it.

 

When you click and execute [Open] command on the screen, SSH connection screen appears as below.