Re: [libssh2] SSH server

2008-02-22 Thread Peter Stuge
Hi Anders, On Fri, Feb 22, 2008 at 03:04:17PM +0100, Andreas Tyrberg wrote: > We are looking into implementing an SSH server for an embedded > system. Check out dropbear if you haven't already. > We know that libssh2 today only supports the client part of SSH, > but most of the functionality sh

[libssh2] SSH server

2008-02-22 Thread Andreas Tyrberg
We are looking into implementing an SSH server for an embedded system. We know that libssh2 today only supports the client part of SSH, but most of the functionality should already be there, right? What needs to be added to libssh2 to be able to use it as an SSH server library also? Is there