Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
XIII
4 years agoSuper Contributor
How to combine SSH feature with headless Raspberry Pi?
At home I have a few headless Raspberry Pi's on which I run some Node.js scripts that I develop on my Mac.
So far I stored both the SSH key for my private GitHub repo's and the SSH keys to log in...
ssgelm
4 years agoNew Contributor
In my experience adding -A
to the ssh command in blink just works after adding the key with ssh-add KEYNAME
.