Archive Index
This month's Index
|
Subject: Re: IPv6 Support Query
Re: IPv6 Support Query
From: Peter Stuge <peter_at_stuge.se>
Date: Tue, 22 Dec 2009 18:49:36 +0100
Kumar, Ashish wrote:
Yes.
> In this case "calis1" is the target host and "calil1" is acting as
Almost. Let me clarify:
plink connects to the SSH server at calis1, and authenticates as
> This "Proxy" feature is only supported by ssh2 protocol and not
That's right. direct-tcpip channels were introduced in the SSH2 RFCs.
> I am looking for similar stuff and analyzing its feasibility with
libssh2_channel_direct_tcpip_ex() is the function call you want. You
If you want to connect using libssh2 to another, internal, SSH server
The current design of libssh2 then also requires you to create a file
//Peter
|