Ok, yeah, this def is NOT a libssh2 problem. Here I started out on this path because I've been trying to figure out how to use the library to get X11 forwarding working... So I've been reading up on x11 forwarding and playing with putty, and noticed that they always have the DISPLAY variable set, and on my ssh client using libssh2, it doesn't have that variable set. I'm able to create a channel and then request x11 forwarding and both functions succeed. I suppose that creating the variable must be done automagicly
I don't suppose anyone could throw me a few good web links on the subject of x11 forwarding and/or ssh tunneling. Paul On Thu, Sep 11, 2008 at 9:38 PM, Paul Thomas <[EMAIL PROTECTED]> wrote: > Ok, that sheds some light on the problem: > debug2: Ignoring env request woot: disallowed name > > So let me guess, there is something I have to enable in the server's ssh > config? > > Paul > > On Thu, Sep 11, 2008 at 9:33 PM, Peter Stuge <[EMAIL PROTECTED]> wrote: >> Paul Thomas wrote: >>> How do I enable the ssh server to run in debug mode? The SSH version >>> of my server is: >>> OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007 >> >> Stop the normal sshd running as a service, then run: >> >> /usr/sbin/sshd -ddd >> >> Don't forget to start the service again when you've captured the >> debugging messages. >> >> For development it'll help to set up sshd with debugging always >> enabled, running on a different port. Use -p for that. >> >> >> //Peter >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> libssh2-devel mailing list >> libssh2-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/libssh2-devel >> > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel