Skip to content

Remote VSCode Editing on Ubuntu 18.04

jrbenson edited this page May 30, 2020 · 1 revision

On host Ubuntu server install OpenSSH Server, verify service, open firewall port.

sudo apt update
sudo apt install openssh-server
sudo systemctl status sshd
sudo ufw allow sshd

Root access is disabled by default, so login using main user account.

Clone this wiki locally