<p>Hi,</p><p /><p>I am a newbie to SSH (paramiko) usage. I want to use paramiko
to tunnel a TCP/IP</p><p>connection over ssh, from a local machine to the same
remote machine</p><p>I connect to via paramiko-ssh.</p><p>Forwarding is trivial
when using command-line ssh</p><p>(ssh -L
<loca;port>:localhost:<remoteport> <remotehost>)</p><p>but I
can't figure out how to do it using paramiko (forwarded-tcpip?) and</p><p>keep
getting not very illuminating errormessages. More "normal" things
like</p><p>remote commands work without a hitch. Any help would be
appreciated.</p><p /><p>Peter Budzelaar</p><p />