© Philip Kirkbride 2020
P. KirkbrideBasic Linux Terminal Tips and Trickshttps://doi.org/10.1007/978-1-4842-6035-7_5

5. Using SSH

Philip Kirkbride1 
(1)
Montreal, QC, Canada
 

In this chapter, we’ll look at SSH (Secure Shell). SSH is one of the most commonly used tools in system administration. It allows you to connect to a remote server or device through an encrypted connection. It’s also the basis for other programs which are built on top of SSH, for example, X2Go which is a Linux equivalent to RDP (remote desktop protocol) clients like VNC.

SSH can also be used for file transfer in a way similar to FTP (File Transfer Protocol) by using the SFTP (Secure File Transfer Protocol) command (more on this in the next chapter).

In some cases, SSH is simply used ...

Get Basic Linux Terminal Tips and Tricks: Learn to Work Quickly on the Command Line now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.