Skip to main content

SSH Setup

Setup

Install

sudo apt install openssh-server -y

Setup

sudo systemctl enable sshd --now
sudo systemctl start sshd