How to install and enable SSH on Linux

Описание к видео How to install and enable SSH on Linux

In this Linux how to video you will learn how to install and enable SSH server on systems running several popular Linux distributions (Debian, Ubuntu, Red Hat, CentOS, and Linux Mint). You will also learn how to use the SSH client to connect to an SSH server.

Enable and Install on Red Hat, Fedora, or CentOS:
Automatically has SSH installed and firewall open

Enable and Install on Ubuntu:
Install SSH:
sudo apt install ssh
Run SSH:
sudo systemctl enable --now ssh
Open SSH on Firewall:
sudo ufw allow 22/tcp

To run SSH on any Linux Distro:
Find IP address:
ip addr
Connect to SSH client (On other machine):
ssh {username@ipaddress}

Start your Linux training free! https://go.itpro.tv/start-learning-now

Connect with Don Pezet:
Twitter:   / donpezet  
LinkedIn:   / donpezet  
Blog: blog.itpro.tv

Enjoying this show? Get access to more online IT skills and certification training from ITProTV. Home of binge-worthy learning, ITProTV offers teams and individuals 5800+ hours of engaging & effective on-demand video training for the latest technology skills. Watch live or on-demand daily. Start learning free at ITProTV: https://go.itpro.tv/start-learning-now

#HowToSSHLinux #LinuxEnableSSH #InstallSSHLinux

Комментарии

Информация по комментариям в разработке