@Frank : Thanks for the pointer !! Has anyone tried using Apache SSHD with Windows ?
-----Original Message----- From: ext Frank van der Kleij [mailto:[email protected]] Sent: Saturday, August 08, 2009 7:29 PM To: [email protected] Subject: Re: Help needed with Apache SSHD It might be because your ProcessShellFactory does not look very windows-like, /bin/sh probably doesn't work on your WindowsXP. Frank > sshd.setShellFactory(new ProcessShellFactory(new String[] { "/bin/sh", > "-i", "-l" })); _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
