From 455aa758f354b1623172ff45956bfb8a847bfcd4 Mon Sep 17 00:00:00 2001 From: Marcus Hildum Date: Thu, 28 Jan 2016 10:06:37 -0800 Subject: [PATCH] Add rsh and clarify that telnet is unecrypted. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bfb9c..42fd702 100644 --- a/README.md +++ b/README.md @@ -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