Posted in linux
146
5:16 am, January 24, 2021

Enabling SSH on Ubuntu

To enable SSH connection via putty or another terminal app on ubuntu, do the following.

Open a terminal with Ctrl+Alt+T

sudo apt update 
sudo apt install openssh-server

Check if its running

sudo systemctl status ssh

Should say service active

Allow SSH Throught the firewall

sudo ufw allow ssh

Enabling SSH on Ubuntu Demo

View Demo Full Screen View Demo New Tab

Enabling SSH on Ubuntu Code

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here
 
Related Search Terms