Mac OSX Server: svn via ssh command line and encrypted passwords.

Posted by Ben Clayton on Server Fault See other posts from Server Fault or by Ben Clayton
Published on 2010-03-12T13:04:05Z Indexed on 2010/03/12 13:08 UTC
Read the original article Hit count: 369

Filed under:
|
|
|
|

Hi all. When I log into our mac mini server running OSX 10.6 via ssh and use svn I get the message:


ATTENTION! Your password for authentication realm:

can only be stored to disk unencrypted! You are advised to configure your system so that Subversion can store passwords encrypted, if possible. See the documentation for details.

You can avoid future appearances of this warning by setting the value of the 'store-plaintext-passwords' option to either 'yes' or 'no' in '/Users/xxxxxxxx/.subversion/servers'.


I dont' want to store the password unencrypted though. I've found some details on how to use GNOME keychain in linux to sort this, but nothing on how to use macosx's keychain.

Anyone got any ideas?

Thanks a lot!

© Server Fault or respective owner

Related posts about macosx

Related posts about svn