On Monday 29 March 2004, at 18 h 16, the keyboard of =?ISO-8859-1?Q?St=E9phane_IMBARD?= <[EMAIL PROTECTED]> wrote:
> Comment utiliser CVS a travers un proxy ?
Il faudrait pr�ciser :
- quel genre de "proxy" ? Le terme est assez flou et peut d�signer beaucoup de
choses.
- quel protocole de connexion ? ssh ? pserver ? Avec ssh, j'utilise la
directive ProxyCommand dans ~/.ssh/config :
Host cvs.nic.fr
ProxyCommand ssh -l bortzmeyer gateway.nic.fr nc %h %p

