Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 138:4cd1f5ebaaa9
Even more explicit with csesbh
| author | Steve Huston <huston@srhuston.net> |
|---|---|
| date | Tue, 15 Mar 2016 09:28:57 -0400 |
| parents | 24ce14dfe16b |
| children | cfbaaeb8b71d |
comparison
equal
deleted
inserted
replaced
| 137:24ce14dfe16b | 138:4cd1f5ebaaa9 |
|---|---|
| 49 | 49 |
| 50 # Export some of those above for the benefit of future shells | 50 # Export some of those above for the benefit of future shells |
| 51 export DFSTAT MDATE TDSTAT HDATE | 51 export DFSTAT MDATE TDSTAT HDATE |
| 52 | 52 |
| 53 # SSH aliases | 53 # SSH aliases |
| 54 alias bh='ssh csesbh' | 54 alias bh='ssh csesbh.princeton.edu' |
| 55 alias dh='ssh srhuston.net' | 55 alias dh='ssh srhuston.net' |
| 56 alias hostkeys='scp root@xanadu-vm:/etc/ssh/ssh_known_hosts . && vim -d /etc/ssh_known_hosts ssh_known_hosts && sudo mv ssh_known_hosts /etc/ssh_known_hosts' | 56 alias hostkeys='scp root@xanadu-vm:/etc/ssh/ssh_known_hosts . && vim -d /etc/ssh_known_hosts ssh_known_hosts && sudo mv ssh_known_hosts /etc/ssh_known_hosts' |
| 57 alias j='ssh joshua.srhuston.net' | 57 alias j='ssh joshua.srhuston.net' |
| 58 alias keys='ssh-add $HOME/.ssh/*.pvt' | 58 alias keys='ssh-add $HOME/.ssh/*.pvt' |
| 59 alias r='ssh -l root' | 59 alias r='ssh -l root' |
| 60 alias rbh='ssh -t csesbh screen -raAx csesbh' | 60 alias rbh='ssh -t csesbh.princeton.edu screen -raAx csesbh' |
| 61 alias rj='ssh -t joshua.srhuston.net screen -raAx' | 61 alias rj='ssh -t joshua.srhuston.net screen -raAx' |
| 62 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx' | 62 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx' |
| 63 alias roc='ssh zenoss@rocinante' | 63 alias roc='ssh zenoss@rocinante' |
| 64 alias s=ssh | 64 alias s=ssh |
| 65 t() { | 65 t() { |
