libssh + libevent documention / example?

2018-06-29 Thread John Dunn
I'm trying to integrate libssh into an existing libevent based application to allow my code to drive an remote shell. I'm have a couple of questions. - Is this possible? is there an example which shows how this might work? - I see the poll functions but I'm not sure how to integrate them

Re: (Client side) RSA signatures with SHA2 (RFC 8332 and RFC 8308)

2018-06-29 Thread Jakub Jelen
On Fri, 2018-06-29 at 16:30 +0200, Andreas Schneider wrote: > On Wednesday, 27 June 2018 15:23:08 CEST Jakub Jelen wrote: > > Hello, > > Hi Jakub, > > > The attached are patches to implement extension negotiation for SSH > > (RFC 8308) and a new RSA signatures with SHA2 (RFC 8332), which are > >

replacing the aarch64 build

2018-06-29 Thread Nikos Mavrogiannopoulos
Hi, This introduces a framework for cross-platform building and testing, which is currently enabled for MIPS builds. It can be trivially enabled for other platforms too (e.g., aarch64) at the cost of more CI runs. regards, Nikos PS. It depends on:

Re: (Client side) RSA signatures with SHA2 (RFC 8332 and RFC 8308)

2018-06-29 Thread Andreas Schneider
On Wednesday, 27 June 2018 15:23:08 CEST Jakub Jelen wrote: > Hello, Hi Jakub, > The attached are patches to implement extension negotiation for SSH > (RFC 8308) and a new RSA signatures with SHA2 (RFC 8332), which are > negotiated using this mechanism and already used for few years in >

Re: Patch: add curve25519-sha256 alias (was: Removing DSS and other unreasonable algorithms)

2018-06-29 Thread Andreas Schneider
On Monday, 25 June 2018 13:37:56 CEST Tilo Eckert wrote: > A series of patches is attached that adds the curve25519-sha256 kex algo > as an alias to its private counterpart curve25519-sha...@libssh.org and > adds some tests (there weren't any client tests). > > I had some trouble getting the

Re: Libssh Python bindings

2018-06-29 Thread Andreas Schneider
On Thursday, 28 June 2018 13:07:03 CEST Pan K wrote: > Hello list, > > First off, thank you for the awesome library. Hi Panos, thanks for the python bindings. I think there are several out there but none is really maintained. I hope this will not be the case for yours. I will look into the

Re: Review of SSH1 code removal

2018-06-29 Thread Andreas Schneider
On Friday, 29 June 2018 11:27:11 CEST Jakub Jelen wrote: > On Fri, 2018-06-29 at 10:09 +0200, Andreas Schneider wrote: > > On Friday, 29 June 2018 09:41:25 CEST Jakub Jelen wrote: > > > Changeset: > > > https://git.libssh.org/users/asn/libssh.git/commit/?h=master-ssh1 > > > > Hi Jakub, > > > >

Re: Review of SSH1 code removal

2018-06-29 Thread Jakub Jelen
On Fri, 2018-06-29 at 10:09 +0200, Andreas Schneider wrote: > On Friday, 29 June 2018 09:41:25 CEST Jakub Jelen wrote: > > Changeset: > > https://git.libssh.org/users/asn/libssh.git/commit/?h=master-ssh1 > > Hi Jakub, > > > thank you very much for the review. > > > > > client.c: > >

Re: Review of SSH1 code removal

2018-06-29 Thread Andreas Schneider
On Friday, 29 June 2018 09:41:25 CEST Jakub Jelen wrote: > Changeset: > https://git.libssh.org/users/asn/libssh.git/commit/?h=master-ssh1 Hi Jakub, thank you very much for the review. > > client.c: > /* If SSHv1 is disabled, we can send the banner immedietly > */ Fixed. > --

Review of SSH1 code removal

2018-06-29 Thread Jakub Jelen
Changeset: https://git.libssh.org/users/asn/libssh.git/commit/?h=master-ssh1 client.c: /* If SSHv1 is disabled, we can send the banner immedietly */ -- there is no need to leave comments referencing ssh1 anymore. obj/build_make.sh OPTIONS="${OPTIONS}