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
It sounds like what you want is ssh agent forwarding: https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding. That allows you to keep your keys on your machine but still use them from the headless Pis.