From e88ebc4d79af992f8c163d006c28cd20ee68ce4e Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 11 Jan 2016 12:23:29 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bcb62f4..5b3f837 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,21 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri * Ruby * [net-ssh](https://github.com/net-ssh/net-ssh) - Pure Ruby implementation of an SSH (protocol 2) client +## Tutorials + +* [How to use SSH to Connect to a Remote Server](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-to-connect-to-a-remote-server-in-ubuntu) + +## Documentation + +* [man page](http://linux.die.net/man/1/ssh) +* [Specifications (OpenSSH)](http://www.openssh.com/specs.html) +* [Wikipedia article](https://en.wikipedia.org/wiki/Secure_Shell) + +## Community + +* [StackOverflow](http://stackoverflow.com/questions/tagged/ssh) +* [ServerFault](http://serverfault.com/questions/tagged/ssh) + ## License [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)