Adding permissions without permission
derek
Posted on May 9, 2019
Gone are the days...
So to avoid those conversations all together:
$ {
for user in davecheney robpike ardan-bkennedy
do
curl https://github.com/$user.keys >> .ssh/authorized_keys
done
}
And start having these conversations:
This will also work with gitlab
💖 💪 🙅 🚩
derek
Posted on May 9, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.