Eliminate DRM!
Protect your freedom!

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_config

In 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

  1. Interessante. Grazie della segnalazione.
    ciao,
    Marco.

    Comment by mpolci — September 22, 2006 #

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^