[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Implement NX client with libssh
[Thread Prev] | [Thread Next]
- Subject: Re: Implement NX client with libssh
- From: Pierre André Saulais <pasaulais@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 03 Nov 2009 13:47:57 +0000
- To: libssh@xxxxxxxxxx
Hi, I agree that it's great to have a library like libssh to use it in new and interesting ways :) For example, I'm working on an interactive file-transfer app (not unlike file transfers in IM apps) that will use SSH's transport layer to have secure transfers. I really like the idea of being able to reuse something that works and to integrate it well with the system (like using agents and existing keys in ~/.ssh). PA Aris Adamantiadis wrote:
Hi Vic,could you explain me what exactly is NX ssh and why it needs a special version of ssh client ? Is it using tunneling or a specific kind of subsystem or something ?By the way I'm happy libssh can be used in original ways to do things properly :)Aris Vic Lee wrote:Hi, Just want to share with you: I recently managed to figure out a clean way to use libssh to implement NX client. I am probably the first one that find this new usage of libssh. I am going to implement the actual thing soon, but here is some technical information: http://sourceforge.net/apps/phpbb/remmina/viewtopic.php?f=2&t=5 And again, this proves the flexibility of libssh - something not even possible with openssh, but is trivial with libssh. :) Eliminating the "nxssh" fork is something people probably have struggled for years, and now it's really amazing on how easy it actually is. Vic
Implement NX client with libssh | Vic Lee <llyzs@xxxxxxx> |
Re: Implement NX client with libssh | Aris Adamantiadis <aris@xxxxxxxxxxxx> |