Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

enable ssh on ubuntu 20.04

# Check this article
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install vue router 
Shell :: remove file from git tracking 
Shell :: git name change mac 
Shell :: how to show remote origin in git 
Shell :: certbot renew 
Shell :: could not find expected browser (chrome) locally. run npm install to download the correct chromium 
Shell :: hash sum mismatch ubuntu 20.04 
Shell :: open port 3000 ubuntu 
Shell :: install perl linux 
Shell :: rick roll terminal command 
Shell :: apache2 does not start xampp mac 
Shell :: yarn run ios device 
Shell :: ubuntu remove package and dependencies install deb 
Shell :: mac show cocoapods version 
Shell :: powershell foreach line in file read line 
Shell :: ubuntu turn off monitor 
Shell :: git delete merged branches 
Shell :: vlc install linux 
Shell :: install libssl1.0 
Shell :: install es_core_news_sm 
Shell :: kill process for port 
Shell :: disable ssh password login 
Shell :: could not find driver (SQL: select * from information_schema.table 
Shell :: List User Accounts Mac 
Shell :: debian install python 3 
Shell :: git reset to commit 
Shell :: git clone file name too long 
Shell :: linux failed to save insufficient permissions vscode 
Shell :: get wifi password windows 10 
Shell :: linux give permission to folder 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =