Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 284:2b513df62dd4
'irc' alias for reattaching .... irc.
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Tue, 16 Jul 2024 11:28:19 -0400 |
parents | 02a3d7c46b2b |
children | f62fb9579277 |
comparison
equal
deleted
inserted
replaced
283:09a1242050d3 | 284:2b513df62dd4 |
---|---|
139 # | 139 # |
140 # These are for reattaching screen sessions, only useful on bastion systems | 140 # These are for reattaching screen sessions, only useful on bastion systems |
141 # | 141 # |
142 alias rbh='ssh -t csesbh2.princeton.edu screen -raAx csesbh2' | 142 alias rbh='ssh -t csesbh2.princeton.edu screen -raAx csesbh2' |
143 alias rj='ssh -t joshua.srhuston.net screen -raAx' | 143 alias rj='ssh -t joshua.srhuston.net screen -raAx' |
144 alias irc='ssh -t joshua.srhuston.net docker exec -it irssi screen -raAx' | |
144 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx' | 145 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx' |
145 | 146 |
146 t() { | 147 t() { |
147 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then | 148 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then |
148 # connect to hostname, while 't hostname tunnelhost' will connect to | 149 # connect to hostname, while 't hostname tunnelhost' will connect to |