π¦ ClawHub
SSH OP
by @moodykong
Use the ssh-op helper script to load an SSH private key from 1Password (op) into an in-memory ssh-agent and then run ssh. Use when connecting to hosts that r...
π‘ Examples
ssh-op
Examples:
ssh-op my-host-alias
ssh-op -T my-host-alias
ssh-op -L 8080:localhost:8080 my-host-alias
βοΈ Configuration
Fail-fast checks you can run:
command -v op ssh ssh-agent ssh-add
op whoami
If op whoami fails:
OP_SERVICE_ACCOUNT_TOKEN is set.TERMINAL
clawhub install ssh-op