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...
Lachy
4 years agoOccasional Contributor
SSH Agent Forwarding is the correct approach. Just be extra careful with agent forwarding because it can be a security risk. Only allow it to be used for hosts that you are in full control of. Never set ForwardAgent yes
when connected to a host owned or operated by a 3rd party.