Video description
SSH (Secure Socket Shell) is one of the most important Linux administration tools. Understanding its use gives systems admins the ability to securely connect to Linux servers and to transfer files to and from these servers. In this course, you'll learn how to install and configure the SSH server, connect to it via the command line, and make use of some of SSH's lesser-known client tools, such as scp command, ssh key authentication, ssh-agent, ssh-add, and sshfs. Participants must understand basic internet terms (e.g., IP addresses), the command line, and the package manager for their Linux distribution of choice. Access to a standard UNIX account with sudo rights (or the ability to gain access to root privileges) on both the client and server is also required.
- Understand in detail why SSH is one of the most important Linux admin tools
- Master the ability to confidently administer a remote server using a secure protocol
- Discover why it's important to block root login access to the SSH server
- Learn why scp and sshfs should be the file sharing tools of choice versus Samba or FTP
- Understand why connecting to SSH via SSH keys is a valuable concept to employ
- Gain experience copying files to and from a server using the command line and graphical tools
Jack Wallen is a technical writer, designer, and trainer. He started working with Linux in the late 90s and has written thousands of articles covering Linux, Android, network security, and open source for entities such as The Linux Foundation, TechRepublic.com, Linux.com, and Linode.com. A man of many passions, Jack is also a fiction writer and the owner of Autumnal Press and Adorkable Designs.
Table of Contents
Introduction
Welcome To The Course
About The Author
Installing SSH
Installing SSH On Ubuntu
Installing SSH On CentOS
Installing SSH On openSUSE
Configuring SSH
Preventing Root Login
Preventing Password Authentication
Configure An Alternative SSH Port
Configuring X Tunneling
Logging Into Your Server With SSH
Standard Login
Port Forwarding
Logging In With X Tunneling
Copying Files With SSH
Copying Files With The SCP Command
Copying Files Using The FileZilla GUI
SSH-Key Authentication
What Is Key Authentication?
How To Implement Key Authentication
SSH Agent
Introduction To SSH Agent
How To Use SSH Agent
SSHFS
What Is SSHFS?
How To Use SSHFS
Wrap Up
What Was Covered And Where To Learn More