Skip to content

Instantly share code, notes, and snippets.

@coodix
Created September 24, 2020 11:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coodix/4fc9e68eef869e183cd42c662b7a6050 to your computer and use it in GitHub Desktop.
Save coodix/4fc9e68eef869e183cd42c662b7a6050 to your computer and use it in GitHub Desktop.
1password op cli load keys to ssh agent
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