Added sshuttle

pull/27/head
Tullio Facchinetti 9 months ago
parent 13446a3774
commit aa81f1c4f0

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1147**
* Apps/tools covered: **1148**
* Number of categories: **69**.
# Index
@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Games](#games) (43), [Git and accessories](#git) (41), [Graphics](#graphics) (31)
* [History management](#history) (4)
* [Multimedia](#multimedia) (14)
* [Networking](#networking) (35), [Note taking](#note-taking) (20)
* [Networking](#networking) (36), [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) (43), [Prompts](#prompt) (4)
* [Religion](#religion) (3)
@ -835,6 +835,7 @@ Programs to deal with networks and communication.
* [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.
* [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.
* [SSM](https://github.com/elliot40404/ssm) - A simple SSH manager.
* [termishare](https://github.com/qnkhuat/termishare) - Peer to peer terminal sharing.

@ -1146,3 +1146,4 @@ data-management-json,jsongrep,,https://github.com/terrycojones/jsongrep,Python f
networking,SSM,,https://github.com/elliot40404/ssm,A simple SSH manager.
todo-manager,memo,https://www.byteptr.com/memo/,https://github.com/nrosvall/memo,Memo is a Unix-style note-taking software for POSIX compatible systems.
security,SOPS,,https://github.com/getsops/sops,"SOPS (Secrets OPerationS) is a simple and flexible tool for managing secrets, sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats, encrypting the values but not the keys."
networking,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.

1 category name homepage git description
1146 networking SSM https://github.com/elliot40404/ssm A simple SSH manager.
1147 todo-manager memo https://www.byteptr.com/memo/ https://github.com/nrosvall/memo Memo is a Unix-style note-taking software for POSIX compatible systems.
1148 security SOPS https://github.com/getsops/sops SOPS (Secrets OPerationS) is a simple and flexible tool for managing secrets, sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats, encrypting the values but not the keys.
1149 networking 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.
Loading…
Cancel
Save