.bash_aliases 426 B

123456789
  1. alias io="ssh fdamstra@10.42.42.2"
  2. alias afyon='ssh -l fred afyon.ec2.voltar.org'
  3. alias highstate="salt --force-color '*' state.highstate test=true | less -R; echo TEST ONLY. To run, type \'highstate.yes\'"
  4. alias highstate.yes="salt --force-color '*' state.highstate | less -R"
  5. alias salt="salt --force-color"
  6. # CaC Servers
  7. alias bigubuntu1='ssh -l root bigubuntu1.monkeybox.org'
  8. alias splunk='ssh root@splunk.monkeybox.org'