diff options
Diffstat (limited to 'vimwiki/SSH.md')
| -rw-r--r-- | vimwiki/SSH.md | 16 |
1 files changed, 16 insertions, 0 deletions
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) + + + + + |
