Add rsh and clarify that telnet is unecrypted.

This commit is contained in:
Marcus Hildum
2016-01-28 10:06:37 -08:00
parent 4635c323ee
commit 455aa758f3

View File

@@ -122,7 +122,8 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri
### Alternatives to SSH
* [GoTTY](https://github.com/yudai/gotty): Share your terminal as web application
* [telnet](http://www.telnet.org/htm/faq.htm): A network protocol and an application used to connect to remote computers and issue commands.
* [telnet](http://www.telnet.org/htm/faq.htm): An unencrypted network protocol and an application used to connect to remote computers and issue commands.
* [rsh](https://en.wikipedia.org/wiki/Remote_Shell): An unencrypted network protocol and application used to connect to remote computers and issue commands.
## Libraries