SVN+SSH, not having to do ssh-add every time? (Mac OS)

后端 未结 7 646
傲寒
傲寒 2020-11-29 17:00

I know the answer is out there, but I\'m pretty Unix-dumb and probably wouldn\'t recognize the solution if it hit me in the face.

I\'m on a Mac, connecting to a SVN

7条回答
  •  时光取名叫无心
    2020-11-29 17:20

    sshkeychain is one possibility. installs fine with macports using:

    sudo port install sshkeychain
    

    it uses the keychain to store passwords, and you may simply launch it at the start-up of your login session (using at the first launch the usual right-ght click in the dock's icon + "launch at startup")

    Note that Apple's svn uses keychain to store passwords but not necessarily the svn binary you would build with macports.

提交回复
热议问题