xorpaul / g10k

my r10k fork in Go
Apache License 2.0
125 stars 50 forks source link

Use ssh-add -K (Keychain) for Mac OS X #176

Closed bkuebler closed 3 years ago

bkuebler commented 3 years ago

The command ssh-add without -K will always generate a password prompt for each git repository. To avoid it you should use -K. So ssh-add will use OS X Keychain

xorpaul commented 3 years ago

Thanks!