https://code.visualstudio.com/docs/re...
https://code.visualstudio.com/docs/re...
https://code.visualstudio.com/docs/re...
https://man7.org/linux/man-pages/man5...
http://ubuntuhandbook.org/index.php/2...
sudo apt-get install openssh-server
sudo service ssh status
To change port you can edit config file --
sudo gedit /etc/ssh/sshd_config
To restart ssh after config update --
sudo service ssh restart
To enable ssh at boot --
sudo systemctl enable ssh
Part 2 : Using Keys instead of password
• VSCode SSH using Keys