ssh_server
Enabling SSH on Ubuntu
sudo apt update sudo apt install openssh-server
Enter the password when prompted and enter Y to continue with the installation.
sudo systemctl status ssh
You should see something like Active: active (running)
Ubuntu comes with a firewall configuration tool called UFW. If the firewall is enabled on your system, make sure to open the SSH port:
sudo ufw allow ssh
ssh_server.txt · Last modified: 2023/09/14 06:06 by 127.0.0.1