connection over socks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2021-11-06 10:05:14 +01:00
parent ccbde8f456
commit a2d9e6b2c0

View File

@ -18,3 +18,10 @@ Redirigé le port local 2000 vers le port 80 de toto en passant par un tunnel vi
```bash
ssh -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null
```
## connection over Proxy socks
````bash
-o "ProxyCommand=nc -X 5 -x 127.0.0.1:1080 %h %p"
```
````