Hi folks,
Attach to this mail, you will find an exemple showing how to makes X11
forwarding works with libssh2.
This exemple allocates a shell where you can request X ressources.
The usage is : x11 ip_address account_name account_password
It remains a proof of concept, the main loop is quiet
Bugs item #2787839, was opened at 2009-05-06 14:50
Message generated for change (Comment added) made by g00fy
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2787839&group_id=125852
Please note that this message will contain a full copy of the comment thr
On Mon, 25 May 2009, Tor Arntsen wrote:
> So presumably you have your own cloned repo which you work in (just as the
> rest of us), where you commit, and then push?
Exactly.
> In that case, there's a nice trick - if you after a commit find that a
> comment should be fixed or there's some other
On Mon, May 25, 2009 at 11:50, Daniel Stenberg wrote:
> On Mon, 25 May 2009, Tor Arntsen wrote:
>
>>> So you checkout from here => git://git.stuge.se/libssh2.git
>>
>> Hi, for my own curiosity (mostly - because it'll have an impact on the
>> 'allow push' discussion too), is this repo a 'bare' (o
Tor Arntsen wrote:
> > So you checkout from here => git://git.stuge.se/libssh2.git
>
> is this repo a 'bare' (or 'naked') repo?
Yep.
//Peter
--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is
On Mon, 25 May 2009, Tor Arntsen wrote:
So you checkout from here => git://git.stuge.se/libssh2.git
Hi, for my own curiosity (mostly - because it'll have an impact on the
'allow push' discussion too), is this repo a 'bare' (or 'naked') repo? Or is
it the one you're working directly in? Or
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote:
> Hey
>
> I've switched to git for my libssh2 development, kindly setup and handled by
> Peter Stuge for our pleasure.
>
> So you checkout from here => git://git.stuge.se/libssh2.git
[...]
Hi, for my own curiosity (mostly - because it'll hav
On Sun, 24 May 2009, Peter Stuge wrote:
>> Would you say we should limit the amount of allowed SFTP handles to exactly
>> 1 on a "session", or should we allow any amount?
>
> Any amount, SFTP is just a subsystem running in a channel.
Right, I think I just made the little necessary changes for th
On Mon, 25 May 2009, Phillip Wu wrote:
> I have started using libssh2.
Welcome to our merry little corner of the universe!
> I have used ssh2.c example from the download bundle.
I'd suggest you take a look at ssh2_exec.c instead, which has been added
recently. It shows what sounds to be pretty