You are so right - thanks!<br><br>Best regards Jakob<br><br><div><span class="gmail_quote">2007/9/15, Robey Pointer <<a href="mailto:robey@lag.net">robey@lag.net</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div><span class="q"><div>On 12 Sep 2007, at 3:28, SkoleSYS SkoleSYS wrote:</div><br><blockquote type="cite">Hi.<br>My question is pretty simpel - can I do this using paramiko:<br><br> ssh -l someone -L 10000:
<a href="http://some-machine.some.domain.org:22/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> some-machine.some.domain.org:22</a> <a href="http://some.domain.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
some.domain.org </a><br><br>Paramiko seems to be a large library and I just don't know where to start.<br><br>open_forwarded_tcpip_channel seems to be the method I am looking for, but<br>I'm not really sure how to use it, and I can't find any examples :-(
<br></blockquote><div><br></div></span>That method is for the equivalent of the "-R" option, which is a little more complex.</div><div><br></div><div>The demo script "demos/forward.py" should do exactly what you want.
</div><span class="sg"><div><br></div><div>robey</div><br></span></div></blockquote></div><br>