2
1
miroir de https://git.coolaj86.com/coolaj86/sclient.js synchronisé 2025-07-05 19:56:38 +00:00

more ssh proxy examples

Cette révision appartient à :
AJ ONeal 2018-09-11 01:58:49 -06:00
Parent 0361e5762d
révision 8b641db470

Voir le fichier

@ -30,6 +30,18 @@ cURL
$ curl http://localhost:3000 -H 'Host: whatever.com'
```
Inverse SSH proxy (ssh over https):
```bash
$ sclient --ssh user@example.com
```
(this is the same as a normal SSH Proxy, just easier to type):
```bash
$ ssh -o ProxyCommand="sclient %h" user@example.com
```
A poor man's (or Windows user's) makeshift replacement for `openssl s_client`, `stunnel`, or `socat`.
Install