Created
September 24, 2020 11:08
-
-
Save coodix/4fc9e68eef869e183cd42c662b7a6050 to your computer and use it in GitHub Desktop.
1password op cli load keys to ssh agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
op list items --tags ssh | op get item - --fields title | parallel -l 1 'op get item {} --fields notesPlain | ssh-add -' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment