Archive Index
This month's Index
|
Subject: Re: ssh tunneling
Re: ssh tunneling
From: Peter Stuge <peter_at_stuge.se>
Date: Tue, 9 Feb 2010 10:25:15 +0100
A. Mark wrote:
Yeah, local forwards are certainly possible, and maybe also remote
> Basically, I'm trying to access a host on a LAN
How do you want to access the internal host?
> both hosts have ssh service setup on port 22.
From this I assume that you want to access the internal host on port
For an example of how to use a direct-tcpip SSH channel (this is the
As you can see in that file you must manually pump data through the
Remember to init a new LIBSSH2_SESSION for the second connection to
> I also have read that putty is capable of tunneling too.
Yes - why do you bring this up?
//Peter
|