tunnel_ssh
Pour faire un proxy ssh (faire transiter un type de traffic au travers d'un host vers des destinations multiples):
ssh -D PORTLOCAL Host
Configuration du client (web ou autre):
Proxy localhost PORTLOCAL
Pour faire un proxy ssh (faire transiter tout type de traffic vers un host unique):
ssh -L PORTLOCAL Host
Configuration du client (web ou autre):
Proxy localhost PORTLOCAL
tunnel_ssh.txt · Last modified: 2023/01/02 17:49 by 127.0.0.1