Created
January 6, 2009 17:58
-
-
Save wilkes/43917 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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