Using SSH and SCP
Students will use the secure shell protocol to transfer files using encryption. Other methods such as FTP do not provide encryption and put the security of an organization or a user's credentials at risk. SSH is the standard, and SSH and SCP are widely used throughout the industry because of the security offered that was often lacking in older file transfer protocols.
Overview
Secure communion and secure authentication are critical to keeping a company or organization’s network resources protected. An SSH server uses a pair of asymmetrical keys which allows the session between the client and the server to be fully encrypted. This results in better security, and SSH has for the most part replaced FTP and telnet because of its use of encryption as opposed to the clear text transmission methods used by Telnet and FTP.
OUTCOMES
In this lab you will learn:
- Setup an SSH Server
- Connect to a SSH Server
- Use SCP