Created
August 5, 2010 17:18
-
-
Save tantalor/510039 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
| escape `` | |
| screen -t "host 1" ssh host1 | |
| screen -t "host 1" ssh host1 | |
| screen -t "host 2" ssh host2 | |
| screen -t "host 2" ssh host2 | |
| screen -t "host 3" ssh host3 | |
| screen -t "host 3" ssh host3 | |
| select 0 |
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
| escape ^Ww |
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
| exec ssh-agent bash | |
| ssh-add | |
| screen -x ssh |
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
| exec ssh-agent bash | |
| ssh-add | |
| screen -S ssh -c .screenrc_ssh |
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
| screen -S wrapper -c .screenrc_wrapper |
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
| alias wrapper='screen -x wrapper' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment