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 :: download folder github 
Shell :: install gitlab runner 
Shell :: add gist file to dev.to 
Shell :: join computer to domain powershell script 
Shell :: how to start xfce4 sudo command 
Shell :: Installing Dradis 
Shell :: cordova could not install from "android" as it does not contain a package.json file. 
Shell :: centos 6 vm.min_free_kbytes 
Shell :: how to upen image in kali linux 
Shell :: ubuntu 20.4 uninstall cloud image 
Shell :: linux cannot upgrade pip 
Shell :: Install Deno - PowerShell (Windows) 
Shell :: mac end process shortcut 
Shell :: how to see running commands linux 
Shell :: create aws ec2 launch template 
Shell :: how to install lame linux 
Shell :: Add Gitbash branch name to powershell 
Shell :: app-crashed 
Shell :: msys2 install zsh 
Shell :: permission denied while running startup.sh in linux 
Shell :: how to uninstall Gnome System Monitor 
Shell :: cat file content after pattern 
Shell :: woeusb open command 
Shell :: react native setup ubuntu 20.04 
Shell :: from terminal to file explorer 
Shell :: install fly on ubuntu 
Shell :: active directory user kopieren per powershell 
Shell :: installing drive in jupyter lab 
Shell :: D install script 
Shell :: proxmox change lxc name 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =