From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- vimwiki/SSH.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vimwiki/SSH.md (limited to 'vimwiki/SSH.md') diff --git a/vimwiki/SSH.md b/vimwiki/SSH.md new file mode 100644 index 0000000..2482ec1 --- /dev/null +++ b/vimwiki/SSH.md @@ -0,0 +1,16 @@ +SSH provides a secure channel over an unsecured network in a client-server +architecture, connecting an SSH client application with an SSH server. Common +applications include remote command-line login and remote command execution, +but any network service can be secured with SSH. The protocol specification +distinguishes between two major versions, referred to as SSH-1 and SSH-2. + +[Set up passwordless SSH](Set up passwordless SSH) + +[Examples](Examples) + +[Problems](Problems) + + + + + -- cgit v1.2.3