If you’re interested in working with Linux, you need to be able to understand the Secure Shell (SSH) service. SSH is used for hundreds of purposes from automation, to manual management, to deployment of new services. In this lab, you’ll be able to practice some configuration changes with SSH, including changing a node port and disabling `root` login.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Update the Secure Server’s configuration file to the desired end state.
First, connect to the
secure
server. Then locate and edit the SSH daemon configuration file. Make the required changes to theport
androot
login settings, save, and quit.- Update the Jump Server’s configuration file to the desired end state and test the configuration.
First, connect to the
jump
server. Then locate and edit the SSH client configuration file. Make the required changes to the port, save, and quit.Finally, attempt a connection from the
jump
server to thesecure
server and see if it works, both asroot
and ascloud_user
.As long as the verification works, you’re done! Congratulations!