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
Why the curly braces?