proxytunnel
Create tcp tunnels trough HTTPS proxies, for using with SSH
Install
- All systems
-
curl cmd.cat/proxytunnel.sh
- Debian
-
apt-get install proxytunnel
- Ubuntu
-
apt-get install proxytunnel
- Arch Linux
-
pacman -S proxytunnel
- Kali Linux
-
apt-get install proxytunnel
- Fedora
-
dnf install proxytunnel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install proxytunnel
- OS X
-
brew install proxytunnel
- Raspbian
-
apt-get install proxytunnel
- Dockerfile
- dockerfile.run/proxytunnel
proxytunnel
Create tcp tunnels trough HTTPS proxies, for using with SSH
Proxytunnel is a program that connects stdin and stdout to an origin server somewhere in the Internet through an industry standard HTTPS proxy. It was originally written to be used as an extension to SSH, to be used to SSH to a box at home. It's possible to use proxytunnel along with other applications as well.