Skip to content

Commit

Permalink
add ssh shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdargan committed Apr 5, 2016
1 parent 33d3548 commit 8c24fd7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _aliases
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,19 @@ alias fixvb='sudo /Library/StartupItems/VirtualBox/VirtualBox restart'

alias sqldev='/Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqLDeveloper'

#zipid-pdor
alias ssh-app1='nocorrect ssh [email protected] -t ssh -i ~/.ssh/zipid-prod-v2.pub [email protected]'
alias ssh-app2='nocorrect ssh [email protected] -t ssh -i ~/.ssh/zipid-prod-v2.pub [email protected]'

alias ssh-web1='nocorrect ssh [email protected] -t ssh [email protected]'
alias ssh-web2='nocorrect ssh [email protected] -t ssh [email protected]'

#zipid-staging
alias ssh-web1.staging='nocorrect ssh [email protected] -t ssh [email protected]'
alias ssh-app2.staging='nocorrect ssh [email protected] -t ssh -i .ssh/zipid-test-shared.pem [email protected]'
alias ssh-app1.staging='nocorrect ssh [email protected] -t ssh -i .ssh/zipid-test-shared.pem [email protected]'
alias ssh-app3.staging='nocorrect ssh [email protected] -t ssh -i .ssh/zipid-test-shared.pem [email protected]'

#requires brew install coretuils
if [[ $('uname') == 'Darwin' ]]; then
alias readlink='greadlink'
Expand Down

0 comments on commit 8c24fd7

Please sign in to comment.