RE: SSHD Server

2015-10-19 Thread Lyor Goldstein
1. The server code is incomplete - after "server.start()" you must have an infinite loop otherwise the "main" program will exit and stop: server.start(); while(...still ok to run...) { Thread.sleep(...); } 2. Are you sure "/bin/ksh" can be run by you ? Remember that your server i

Re: SSHD Server and PublickeyAuthenticator

2010-10-18 Thread Shawn Pearce
On Mon, Oct 18, 2010 at 14:24, wrote: > I have a general Question about the PublickeyAuthenticator - it's an > interface and I haven't found any sample implementation of it. > I have public keys from a client application that should connect to my > server. I can put them in the .ssh/authenticat