You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anton Tagunov <at...@mail.cnt.ru> on 2003/07/20 19:01:58 UTC

Re[2]: Jar:deploy and ssh password

Hello Maximilian!

I case you need help, I've gone through lots of fun
with cvs.apache.org cvs-over-ssh-password-less from
a Windows box, so you may bombard me a little :)

In my case I had to install cvs-1.11.5.zip over

      Windows NT ssh port by Gorden
      ftp://ftp.cs.hut.fi/pub/ssh-old/contrib/ssh-1.2.14-win32bin.zip
      ftp://ns.nsu.ru/contrib/ssh-1.2.14-win32bin.zip

      (an inet search for
      ssh-1.2.14-win32bin.zip should give you other links)

      The home page of this port
      http://bmrc.berkeley.edu/people/chaffee/winntutil.html

There are also funny issues of OpenSSH vs. SSH.com implemetations -
in fact they have different format for storing keys in files
(otherwise compatible)

In short, if you use ssh.com 3.* and generate keys via this
beast you may need to do a

  ssh-keygen -i <ssh.com.keyfile> > ~/.ssh/authorized_keys

(or somthing like this)
on the server.

If I'm not mistaken it has been Noel who explained these
issues to me, so my thanks go to him :) for his link,
this probably is that link

http://www.ices.utexas.edu/adminworld/sshinterop.html

-Anton


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org