bhagperl has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: SSH Tunneling
by Corion (Patriarch) on Sep 20, 2011 at 11:01 UTC

    Please show us what Perl code you have already written and where your Perl code does not perform as you think it should, and what you expect the result of your Perl code to be.

    If the problem is not to be solved with Perl, this is the wrong place to ask. Consider reading the documentation of your SSH toolset and consult with your system administrator on how to access resources to which access is blocked.

Re: SSH Tunneling
by osbosb (Monk) on Sep 20, 2011 at 18:26 UTC
    ssh -D IP:LISTENPORT user@host
    then push all of your traffic through your ssh host.