Objectives
How SSH works to create and maintain secure connections.
Advanced SSH usage and techniques.
How to use SSH for secure file transfers.
How to use SSH to perform remote command execution.
How to generate and use Public/Private Key Pairs (PPKP) for authentication.
To use X-forwarding to run GUI programs on the remote host so that the windows of their GUI interface are displayed on the local host.
An easy and elegant way to perform a centralized backup of remote hosts.
Introduction
We looked at using Secure Shell (SSH) in Volume 2, Chapter 17, of this course. ...