SSH
The Secure Shell Protocol is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution. SSH applications are based on a client–server architecture, connecting an SSH client instance with an SSH server.
Blogs
I've written 1 blogs about SSH.
Remote SSH Text Editor through Visual Studio Code
Posted 5 years ago by LoveDuckie
In this article, I will outline what is required in order to be able to remotely modify text files from a Visual Studio Code instance running from your workstation.