Posts

Showing posts from December, 2021

Using the Linux Remote System | (SSH)

Image
  What is the remote system?  Remote support makes use of remote access (or distant desktop) software to provide technicians with quick access to a remote device from any location at any time. This means they can give remote support without having to physically visit the equipment. How to Access Remote Linux Desktop?  There are two different way to connect with your Linux machine remotely 1.       RDP ( Remote Desktop Protocol ) 2.       SSH shell ( Secure Shell ) Remote Desktop Protocol(RDP):          Remote Desktop Protocol (RDP) is a Microsoft-developed proprietary protocol that allows a user to connect to another computer through a network connection using a graphical interface. RDP servers are included with Windows operating systems, and there is also an RDP server for Unix and OS X. Secure Shell:      ssh  stands for  “Secure Shell” .         It is a protocol used to securely connect to a remote server/system. ssh is secure in the sense that it transfers the data in encrypted for