Can’t connect to Ubuntu with SSH

October 13, 2020

Gokul Deepak S

Solution for SSH connection on Ubuntu system within LAN or over internet. The Linux must be listening to the port SSH and should keep firewall open.

sudo apt update
 sudo apt install openssh-server
sudo systemctl status ssh
sudo ufw allow ssh

About the author

Gokul Deepak is a DevOps engineer focused on building reliable cloud systems through automation, observability, and disciplined infrastructure design. He shares practical insights from real-world production environments, helping engineers build systems that scale with clarity and confidence.

Leave a Reply

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments