Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Thu, 19 Dec 2002 18:20:44 GMT, mlaan at nospam4me.cs.vu.nl (Martijn Laan) wrote: > >Is there some info/documentation somewhere about ssh server support? > I've not written the docs yet... not really decided whether the server will be a permanent feature or not. Anyway basically it's: Install cvsssh: cvsssh -install net start cvsssh (or just cvsssh -test if you're just testing) Username/password auth should work automatically. For Public key auth you stick the public keys of the users you want to authenticate in the 'keys' subdirectory below the cvsssh executable, named after the username they apply to with '.pub' on the end. eg. my cvsssh is in d:\cvsbin\cvsssh.exe my public key is in d:\cvsbin\keys\tmh.pub I've just noticed my version doesn't work at the moment so I'm off to check it... Tony