I had no idea what a PPK is, but Google says it's a special key associated with PuTTY, which means that ssh probably doesn't recognize it. It seems there may be ways to convert such a key to one that ssh will recognize. However, since you're on a Mac, the easier way is likely to create a new RSA SSH key and get the corresponding public key added to ~/.ssh/authorized_keys on the SVN server.
In Terminal: $ ssh-keygen -t rsa Accept the default file location and provide a strong passphrase. RSA defaults to 2048 bits, which is twice as long as DSA and thus more secure. Hope that helps, - Quinn On Nov 13, 2011, at 7:15 PM, LiAnG wrote: > Hi, > > My company is using putty to connect SSH with private key, but I have > been search the discussion form that mac don't need putty to run on > the mac with Lion. > so my question is how to set up the versions with svn+ssh on my mac. > When I tried to add the new address, it just shows up the error with > "To beeter debug SSH connection problems, remove the -q option from > 'ssh' in the [tunnels] section of your Subversion configuration file. > An unknown Subversion error occurred. (code = 210002)". > > P.S. I have put my ppk key inside my ~/.ssh folder!! > > Sincerely, > > Liang > > -- > You received this message because you are subscribed to the Google Groups > "Versions" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/versions?hl=en. >
smime.p7s
Description: S/MIME cryptographic signature
