Ask HN: Using Personal GitHub for Work?
I'm worried if I use my personal github for work that it could cause my employer (FAANG) to have access to all of my personal things. This could involve open source work as well as private work repos.
Is it possible to insulate myself from this risk by:
- only using my work laptop for work things
- work-only ssh & gpg keys that are only accessed on my work laptop
Or is the only hope to create a separate Github accounts?
16 comments
[ 2.0 ms ] story [ 51.2 ms ] threadUnderstand that first, then determine how to best implement it.
Just not sure if that separation will hold up if you have a single GitHub account.
also it turns out that having more than one GH free account is against the terms of service:
https://docs.github.com/en/site-policy/github-terms/github-t...
In other words, don't cross the streams.
https://docs.github.com/en/site-policy/github-terms/github-t...
A few years ago, a colleague accidentally pushed a bunch of AWS keys (or something like that) to his person GitHub account when he should have pushed it to his company one. His personal account was public, someone found the keys, and started spinning up AWS instances by the dozen using those keys.