Added -K option note to ansible readme for OSX

This commit is contained in:
Greg Szabo
2017-07-04 21:53:45 +00:00
parent f0c733ccbd
commit 7942f216fc
+1
View File
@@ -67,6 +67,7 @@ ssh-add private.key
```
Subsequently, as long as the agent is running, you can use `source ~/.ssh/ssh.env` to load the keys to the current session.
Note: On Mac OSX, you can add the `-K` option to ssh-add to store the passphrase in your keychain. The security of this feature is debated but it is convenient.
### Optional cloud dependencies