Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created January 6, 2009 17:58
Show Gist options
  • Save wilkes/43917 to your computer and use it in GitHub Desktop.
Save wilkes/43917 to your computer and use it in GitHub Desktop.
# Make sure your run: sudo chmod u+s /usr/bin/screen
startup_message off
defscrollback 100000 # functionally infinite scrollback
# This will allow for multi-user usage
# I got all the keys off of the deployment server and added them to my 'pair' user account so no password is needed
multiuser on
# change cmd from C-a to C-z to avoid emacs conflict
escape ^zz
# setup: screen -S pair (create a separate screen instance with session name of 'pair')
# Ctrl-A :acladd pair
# SSH: ssh pair@hobbiton (my computer)
# Connect to screen: screen -x seth/
# Have fun!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment