-
-
Save hoodja/1379211 to your computer and use it in GitHub Desktop.
Pair with Zee
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
#If you're on a mac/linux, you can just copy and paste this. If you're on Windows, you need to figure out how to do this using Putty. | |
ssh [email protected] -p9876 | |
#Password: pairingftw | |
tmux -S /var/tmux/pairing attach |
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
ssh -R9876:localhost:22 pairwith.zacharyspencer.com & | |
tmux -S /var/tmux/pairing attach | |
#for instructions on how to set up this on your own machine, check out | |
# http://cognizant-coding.tumblr.com/post/9938691841/remote-pairing-a-l-a-tmux-and-ssh-on-os-x-10-7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment