ssh & proxy
September 22, 2006 on 12:02 am | In Debian, Linux |Oggi ho imparato una cosa nuova. Se si vuole usare ssh ma c’è un proxy che blocca la porta 22 si può usare un semplice pacchetto chiamato corkscrew che by-passa la richiesta ssh su una porta specificata e non bloccata dal proxy.
Su una configurazione Debian - Testing è sufficiente fare quanto segue:
root@hostinato:~# apt-get install corkscrew
root@hostinato:~# vi /etc/ssh/ssh_configIn fondo al file aggiungete questa riga
ProxyCommand /usr/bin/corkscrew <nome-proxy> <numero-porta> %h %p
e il gioco è fatto.
return -1
1 Comment »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^
Interessante. Grazie della segnalazione.
ciao,
Marco.
Comment by mpolci — September 22, 2006 #