Created
April 19, 2013 15:47
-
-
Save jwood/5421215 to your computer and use it in GitHub Desktop.
capssh Usage
This file contains 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 to one of the production servers | |
capssh -e production | |
# Shortcut for SSHing into one of the production servers | |
capssh production | |
# SSH to the production server that is in the db role | |
capssh -e production -r db | |
# If you only have one server defined, you can connect to it by simply running capssh | |
capssh | |
# SSH to the production server and kick off the Rails console | |
capssh -e production -c | |
# See all available options | |
capssh -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment