Browse Source

Added -K option note to ansible readme for OSX

pull/1943/head
Greg Szabo 7 years ago
parent
commit
7942f216fc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ansible/README.md

+ 1
- 0
ansible/README.md 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


Loading…
Cancel
Save