This tool bypasses firewalls and proxies that block SSH traffic. It achieves that by tunnelling the SSH traffic over HTTPS.
- Install and execute the server script on your SSH server. The script will listen on TCP port 443 (HTTPS) and relay all traffic to the local SSH daemon.
- Configure and execute the client script. The script will connect over HTTPS through the designated proxy to the server script. Finally, it will obfuscate and relay traffic from local port 900 to the server script.
- Connect with your SSH client to 127.0.0.1:900.