Horje
enable ssh on ubuntu 20.04 Code Example
install ssh ubuntu 20.04
# Open the terminal with Ctrl+Alt+T and install the openssh-server 
# package:
sudo apt update
sudo apt install openssh-server

# Once the installation is complete, the SSH service will start 
# automatically. You can verify that SSH is running by typing:
sudo systemctl status ssh

# Ubuntu ships 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
ubuntu 20.04 wont see OpemSSH
sudo apt updatesudo apt install openssh-server
Source: linuxize.com
ubuntu 20.04 wont see OpemSSH
sudo ufw allow ssh
Source: linuxize.com
enable ssh on ubuntu 20.04
# Check this article
Source: linuxize.com




Shell

Related
linux find and rename files with text Code Example linux find and rename files with text Code Example
postgresql user permissions to database Code Example postgresql user permissions to database Code Example
linux distributions command line Code Example linux distributions command line Code Example
linux print system info Code Example linux print system info Code Example
install babel language Code Example install babel language Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10