From the course: Red Hat Enterprise Linux 8 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install SSH additional packages

Install SSH additional packages

From the course: Red Hat Enterprise Linux 8 Essential Training

Start my 1-month free trial

Install SSH additional packages

- [Instructor] The SSH client and SSH server should be installed by default in Enterprise Linux. But if they're not, we'll do it now. To install the client, open a terminal and type sudo dnf install -y openssh-clients and hit Enter. If it's already installed, it won't hurt anything. We install the SSH server the same way. Type in clear, then type in sudo dnf install - y openssh-server and hit Enter. If you have to install the server, it will have to be enabled as well. We'll use systemctl for this. Type in sudo systemctl start sshd.service and hit Enter. To make this persistent, bring your line back, and change start to enable, and hit Enter. Now we're ready to proceed with learning about Secure Shell.

Contents