Re: connection via proxy

Startseite

Nachricht beantworten
Autor: Frédéric Mantegazza
Datum:  
To: Jerome Kieffer
CC: guilde
Betreff: Re: connection via proxy
Le Jeu 2 juillet 2009 13:00, Jerome Kieffer a écrit :

> ssh -L5900:localhost:5900 remoteuser@remotehost


Ce n'est pas suffisant, car je dois traverser un proxy (en utilisant
ProxyCommand et corkscrew)... J'ai fait :

$ ssh -o ProxyCommand="corkscrew <proxy_port> <proxy_host> %h %p" -CNL \
5900:localhost:5900 -l <remote_user> <remote_host>

mais j'obtiens toujours :

    ssh_exchange_identification: Connection closed by remote host


au bout de 30 secondes... En fait, il ne demande jamais le mot de passe de
la machine distante ; ce n'est pas normal, si ?

-- 
    Frédéric