Si utilises OpenSSH dans une version récente (4 et des patates), ce dernier sait se placer en serveur SOCKS:
-D [bind_address:]port
Specifies a local ``dynamic'' application-level port forwarding.
This works by allocating a socket to listen to port on the local
side, optionally bound to the specified bind_address. Whenever a
connection is made to this port, the connection is forwarded over
the secure channel, and the application protocol is then used to
determine where to connect to from the remote machine. Currently
the SOCKS4 and SOCKS5 protocols are supported, and ssh will act
as a SOCKS server. Only root can forward privileged ports.
Dynamic port forwardings can also be specified in the configura-
tion file.
Ensuite, beaucoup d'applications savent gérer le passage par un proxy SOCKS. Et au pire tu utilises la libtsocks. Je te laisse donc RTFMé sur ces bonnes paroles...
# OpenSSH > 4.x
Posté par LaBienPensanceMaTuer . En réponse au message tunnel ssh. Évalué à 3.
Si utilises OpenSSH dans une version récente (4 et des patates), ce dernier sait se placer en serveur SOCKS:
Ensuite, beaucoup d'applications savent gérer le passage par un proxy SOCKS. Et au pire tu utilises la libtsocks. Je te laisse donc RTFMé sur ces bonnes paroles...