It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
brchar
3 years agoNew Contributor
Beg Report: ED25519 SSH Private Keys human-readable value differs from json value
in troubleshooting with the ansible community, we have discovered that ED25519 SSH Keys generated by 1Password have an incorrect value in the private key value field when using "--format json" flag. ...
brchar
2 years agoNew Contributor
This is the command being used by ansible:
op item get $key_name --vault=$vault_name --fields=$field_list --reveal --format=json
so in my case
op item get 'My Test Key' --vault='SSH Keys' --fields=private_key --reveal --format=json