Raspberry Pi_Eng_18.1.1 Remote System Connection


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.1   Overview of Remote Connection

 

There are many ways to connect and work with a remote Raspberry Pi system. You can direct commands to the remote system, or you can simply use the data that the remote system has. According to this connection method, connection method can be divided into "remote system connection" and "remote drive connection".

 

 

18.1.1  Remote System Connection

 

First, the most powerful connection method is "remote system connection" method that connects to the remote Raspberry Pi system and can directly execute all commands provided by the system. Using this method, you can logon to a remote system and manipulate the remote system as it would be a local system.

 

When connecting to a remote Raspberry Pi system, you can access it by "remote Terminal connection" method or "remote Desktop GUI connection" method. If you try to connect by "remote Terminal connection" method, the Shell Terminal screen is displayed when connected, and all works must be done by entering the command manually. If you try to connect by "remote Desktop GUI connection" method, the Desktop window screen is displayed when connected. In this connection method, the basic operation is processed through window, and if necessary, works can be done by opening the Shell Terminal screen and inputting the command manually.