Skip to content

Commit

Permalink
aliases for the staging and production jumphosts
Browse files Browse the repository at this point in the history
  • Loading branch information
karavanis committed Sep 18, 2014
1 parent 342e400 commit a1520f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions my_bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ alias net_set='sudo rm /var/lib/NetworkManager/NetworkManager.state;
sudo /etc/init.d/network-manager restart;
sudo /etc/init.d/network-manager restart'

alias stag='ssh vdc2-stag-jumphost'

alias prod='ssh vdc2-prod-jumphost'

0 comments on commit a1520f6

Please sign in to comment.