comparison .bash_aliases @ 62:51ba91e3b3e2

* Added a bunch of screen reattach aliases to streamline connections
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Tue, 10 Jul 2012 16:29:51 +0000
parents d59d16a55494
children 590b4d17d933
comparison
equal deleted inserted replaced
61:d59d16a55494 62:51ba91e3b3e2
65 fi 65 fi
66 ssh -t $T_HOST "ssh $1" 66 ssh -t $T_HOST "ssh $1"
67 } 67 }
68 alias 13='ssh cses13' 68 alias 13='ssh cses13'
69 alias t13='t cses13' 69 alias t13='t cses13'
70 alias r13='ssh -t cses13 screen -raAx'
71 alias tr13='t "-t cses13 screen -raAx"'
72 alias rj='ssh -t joshua.srhuston.net screen -raAx'
73 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx'
70 74
71 # Remote desktop/VNC 75 # Remote desktop/VNC
72 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'" 76 eval "alias xvnc='ssh -L9910:localhost:5901 -f joshua.srhuston.net \"sleep 5\"; ${VNCVIEWER}localhost:9910 &'"
73 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" 77 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'"
74 eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:17:f2:01:d2:3c ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9930 &'" 78 eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:17:f2:01:d2:3c ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9930 &'"