Mercurial > index.cgi > dotfiles
changeset 309:5b29b6f2f335 default tip
New 'rt' alias for connecting to RemoteTerm
| author | Steve Huston <huston@srhuston.net> |
|---|---|
| date | Sat, 20 Jun 2026 18:16:05 -0400 |
| parents | 98929b19b604 |
| children | |
| files | .bash_aliases |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.bash_aliases Tue May 12 10:41:10 2026 -0400 +++ b/.bash_aliases Sat Jun 20 18:16:05 2026 -0400 @@ -156,6 +156,9 @@ fi alias pdp-11="ssh pdp-11" +# A port forward for RemoteTerm on the APRS system +alias rt="ssh -NfL 9192:localhost:8000 aprs ; sleep 1 ; open http://localhost:9192" + t() { # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then # connect to hostname, while 't hostname tunnelhost' will connect to
