Skip to content

Instantly share code, notes, and snippets.

@bf4
Forked from trestrantham/setup_pair.sh
Created February 20, 2014 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bf4/223635d2596bdcc59de5 to your computer and use it in GitHub Desktop.
Save bf4/223635d2596bdcc59de5 to your computer and use it in GitHub Desktop.
#!/bin/sh
# create an account alias
sudo dscl . -append /Users/$USER RecordName Pair pair
# configure sshd to only allow public-key authentication
sudo sed -E -i.bak 's/^#?(PasswordAuthentication|ChallengeResponseAuthentication).*$/\1 no/' /etc/sshd_config
# add pair user public key(s)
touch ~/.ssh/authorized_keys
gh-auth add --users githubuser --command="$( which tmux ) attach -t pair"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment