[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: Need help on creating an ssh server on Windows
[Thread Prev] | [Thread Next]
- Subject: Fwd: Need help on creating an ssh server on Windows
- From: Erman <ermandoser@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 15 Jan 2014 22:47:19 +0100
- To: libssh@xxxxxxxxxx
Hi, I've been trying something not trivial, which is creating an ssh-server in C++ by using libssh library. I managed to cover basics including creating a child process to execute commands coming to socket's file descriptor, however I could not understand the ssh_event_dopoll call and its purpose. In addition, my ssh client on a linux box hangs and I could not start a bash that taking inputs and writing to the channel. I kinda guess that I need to notify client to start an input bash (correct me if I'm wrong, since the lack of documentation, I'm working on assumptions). Can somebody give me an overview on what I might have been missing. Thanks, -- Erman Doser.
Re: Fwd: Need help on creating an ssh server on Windows | Andreas Schneider <asn@xxxxxxxxxxxxxx> |