This doc outlines how to setup a remote pairing session using SSH and GNU Screen. These instructions were adapted from https://www.agileventures.org/remote-pair-programming/gnu-screen-pairing-notes
Prerequisit: The person on the guest machine needs a user account created on the host that they can connect to via SSH.
- Install Screen
- Mac: Should already be installed, but you can also find it on homebrew
- Ubuntu:
sudo apt-get install screen
- (Platform dependent) Add the set-uid bit to screen chmod 4755 /usr/bin/screen