Adding permissions without permission
derek

derek @derek

About: let thoughts = [true, undefined]; console.blog(...thoughts);

Location:
🏝
Joined:
Aug 22, 2018

Adding permissions without permission

Publish Date: May 9 '19
10 4

Gone are the days...

public key?

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
  }
Enter fullscreen mode Exit fullscreen mode

And start having these conversations:
xzibit

This will also work with gitlab

Comments 4 total

  • Florian Rand
    Florian RandMay 9, 2019

    Why the curly braces?

    • derek
      derekMay 9, 2019

      It's just brace expansion you can copy 🍝 without and it'll work.

      It's just habit because I personally prefer it, because you can add other things to run without creating a file.

      • Florian Rand
        Florian RandMay 9, 2019

        Every day you learn something new, thanks!

Add comment