- Lab
- A Cloud Guru
Secure Shell: Working with SSH Keys
If you're interested in working with Linux, you need to understand the Secure Shell (SSH) service. SSH is used for hundreds of purposes from automation, to manual management, to deployment of new services. Working with SSH keys is important as it means you don't have to have a password, or you can use it as another layer of authentication. This lab will enable you to practice working with SSH keys.
Path Info
Table of Contents
-
Challenge
Generate the SSH key with the required passphrase.
On the
jump
server, generate the SSH key with the passphrase as required by thecloud_user
instructions. -
Challenge
Copy the SSH key to the Secure server and verify that it works.
Copy the SSH key from the
jump
server to thesecure
server. After doing so, verify functionality (you shouldn't have to put in a password forcloud_user
when connecting from thejump
server).
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.