From 596a37d985c73922660451b197c74e31c3f0f5cb Mon Sep 17 00:00:00 2001 From: Sebi Date: Mon, 13 Apr 2020 18:35:20 +0200 Subject: [PATCH] Added 'mosh' and 'et' as SSH alternatives for sessions over a poor internet connection - signed-off-by: Sebi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11a5472..abfa8a0 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ Only main chapters:

  :small_orange_diamond: PuTTY - is an SSH and telnet client, developed originally by Simon Tatham.
+  :small_orange_diamond: Mosh - is a SSH wrapper designed to keep a SSH session alive over a volatile connection.
+  :small_orange_diamond: Eternal Terminal - is similar to Mosh, but enables mouse-scrolling and tmux commands inside the SSH session.
  :small_orange_diamond: nmap - is a free and open source (license) utility for network discovery and security auditing.
  :small_orange_diamond: zmap - is a fast single packet network scanner designed for Internet-wide network surveys.
  :small_orange_diamond: masscan - is the fastest Internet port scanner, spews SYN packets asynchronously.