- Lab
- A Cloud Guru
Accessing Linux Systems Using RHEL 8
In this hands-on lab, we will take a look at the `su` command, explore the power of the `ssh` command, configure key-based authentication for SSH, and take a look at the SSH utilities for secure file transfer. *This course is not approved or sponsored by Red Hat.*
Path Info
Table of Contents
-
Challenge
Log in and Switch Users
Sign in to the lab system and perform user account elevation tasks.
-
Challenge
Access Remote Systems Using SSH
- Connect to a remote system via
ssh
and run some performance-related queries. - Query the remote system and have the output returned to the initial system.
- Connect to a remote system via
-
Challenge
Configure Key-Based Authentication for SSH
- Generate a public/private key pair using the defaults.
- Copy that ID to the remote server.
- Connect to the remote server and test your access with the key.
-
Challenge
Securely Transfer Files between Systems
- Execute a backup command on a remote system.
- Copy the resulting file from the remote system to the local system using
scp
. Bonus points if you can do it without having to type a password!
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.