From f0cb3ae688f76b28ad84d99666bf8e968f6475ea Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 6 Oct 2023 23:12:41 +0200 Subject: [PATCH] Add sshs --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5b415e..63d3c62 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1183** +* Apps/tools covered: **1184** * Number of categories: **70**. # Index @@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Games](#games) (44), [Git and accessories](#git) (42), [Graphics](#graphics) (31) * [History management](#history) (4) * [Multimedia](#multimedia) (14) -* [Networking](#networking) (37), [Note taking](#note-taking) (20) +* [Networking](#networking) (38), [Note taking](#note-taking) (20) * [Office tools](#office) (10), [Online search and resources](#online) (14), [Organizers and calendars](#organizers) (20) * [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (45), [Prompts](#prompt) (4) * [Religion](#religion) (3) @@ -851,6 +851,7 @@ Programs to deal with networks and communication. * [SMBScan](https://github.com/jeffhacks/smbscan) - SMBScan is a tool to enumerate file shares on an internal network. * [sngrep](https://github.com/irontec/sngrep) - Ncurses SIP Messages flow viewer. * [speedtest-net](https://github.com/ddsol/speedtest.net) - Test internet connection speed and ping using speedtest.net. +* [sshs](https://github.com/quantumsheep/sshs) - Terminal user interface for SSH. * [sshto](https://github.com/vaniacer/sshto) - Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports. * [sshuttle](https://github.com/sshuttle/sshuttle) - Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling. * [sslh](https://github.com/yrutschle/sslh) - A ssl/ssh multiplexer (Applicative Protocol Multiplexer) that allows, for example, to share SSH and HTTPS on the same port. diff --git a/data/apps.csv b/data/apps.csv index 2301aec..1e90363 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1182,3 +1182,4 @@ programming,argbash,,https://github.com/matejak/argbash,Bash argument parsing co file-renamer,Bren,https://www.byteptr.com/bren/,https://github.com/nrosvall/bren,"Bren is a command line tool for GNU/Linux (and many others). It has support for GNU Guile scripting. Bren is simple, fast and it's written in C." ai,llm-term,,https://github.com/juftin/llm-term,Chat with OpenAI's GPT models directly from the command line. file-manager,joshuto,,https://github.com/kamiyaa/joshuto,ranger-like terminal file manager written in Rust. +networking,sshs,,https://github.com/quantumsheep/sshs,Terminal user interface for SSH.