Re: comparing with libssh

2009-06-14 Thread Peter Stuge
Daniel Stenberg wrote: > > You can force settings on the server side. > > > > Also enable lots of logging on the server side, to learn what the > > client is using. > > Sure, but that's no longer "easily" e.g.: /usr/sbin/sshd '-oport 222' '-omacs hmac-sha1,umac...@openssh.com' \ '-ociphers aes

Re: comparing with libssh

2009-06-14 Thread Daniel Stenberg
On Sun, 14 Jun 2009, Peter Stuge wrote: > You can force settings on the server side. > > Also enable lots of logging on the server side, to learn what the client is > using. Sure, but that's no longer "easily" and quite honestly I'm not *that* interested. I've already made my choice and investe

Re: comparing with libssh

2009-06-13 Thread Peter Stuge
Daniel Stenberg wrote: > > encryption/MAC algorithm > > I'm not sure I can figure that out easily. You can force settings on the server side. Also enable lots of logging on the server side, to learn what the client is using. //Peter

Re: comparing with libssh

2009-06-13 Thread Daniel Stenberg
On Sat, 13 Jun 2009, Simon Josefsson wrote: >> 693M bytes file took 21.89 seconds. Speed: 31.6MB/sec >> 693M bytes file took 50.96 seconds. Speed: 13.6MB/sec > > I'm curious if there is any difference in encryption/MAC algorithm choice > between these libraries? Hm, yes that's indeed a sensible

Re: comparing with libssh

2009-06-13 Thread Simon Josefsson
Daniel Stenberg writes: > On Thu, 11 Jun 2009, Daniel Stenberg wrote: > >> This said, I even failed to build this on Linux... I was tempted to do a >> speed comparison but I'll put that on hold for now. > > libssh2 test: > > $ ./scp_nonblock 127.0.0.1 [user] [password] [big file] >/dev/null >

Re: comparing with libssh

2009-06-12 Thread Daniel Stenberg
On Thu, 11 Jun 2009, Daniel Stenberg wrote: > This said, I even failed to build this on Linux... I was tempted to do a > speed comparison but I'll put that on hold for now. libssh2 test: $ ./scp_nonblock 127.0.0.1 [user] [password] [big file] >/dev/null 693M bytes file took 21.89 seconds. Sp

Re: comparing with libssh

2009-06-11 Thread Alexander Lamaison
2009/6/11 Daniel Stenberg : > On Thu, 11 Jun 2009, Alexander Lamaison wrote: > >> One major limitation of libssh at the time was that it required the GNU >> toolchain (Cygwin/MinGW) so I couldn't use it my Visual Studio project.  I >> have no reason to believe this has changed. > > They've switched

Re: comparing with libssh

2009-06-11 Thread Daniel Stenberg
On Thu, 11 Jun 2009, Alexander Lamaison wrote: > One major limitation of libssh at the time was that it required the GNU > toolchain (Cygwin/MinGW) so I couldn't use it my Visual Studio project. I > have no reason to believe this has changed. They've switched to cmake now for all platforms, an

Re: comparing with libssh

2009-06-11 Thread Alexander Lamaison
2009/6/11 Daniel Stenberg : > I noticed our "competitor" libssh[*] released a 0.3 version not too long ago, > and I felt the need to try to help the world by pointing out differences > between our two merry projects: > >http://libssh2.haxx.se/libssh2-vs-libssh.html > > [*] = http://www.libs