Re: [PATCH] Add request_denied and unimplemented_packet callbacks on server side

2016-03-02 Thread Andreas Schneider
On Saturday 27 February 2016 02:41:34 Nicolas Viennot wrote: > When dealing with keepalive packets sent from the server, the clients > reply. Having a callback on that reply allows measuring client latency. > However, clients behave differently: > * libssh sends an unimplemented packet reply to kee

Re: [PATCH] client code for agent forwarding

2016-03-02 Thread Andreas Schneider
On Tuesday 23 February 2016 21:45:00 4287...@noduck.org wrote: > Hi, Hello Raf, thanks you very much for your contribution! > It would be nice if libssh could provide agent forwarding capabilities. > Below is a patch to implement this. We support this if you implement a callback based ssh serve

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2016-03-02 Thread Andreas Schneider
On Wednesday 02 March 2016 12:23:57 Dirkjan Bussink wrote: > Hi Andreas, > > > On 11 Sep 2015, at 16:04, Andreas Schneider wrote: > > > > your changes look perfectly fine, however they need to wait. I'm currently > > rewriting our test environment so that testing is just calling 'make test' > >

Re: Implementation of ecdh-sha2-nistp384 and ecdh-sha2-nistp521 key exchange algorithms

2016-03-02 Thread Dirkjan Bussink
Hi Andreas, > On 11 Sep 2015, at 16:04, Andreas Schneider wrote: > > your changes look perfectly fine, however they need to wait. I'm currently > rewriting our test environment so that testing is just calling 'make test' > without setting up accounts, ssh keys etc. What's the state of this? I