comparison .bash_aliases @ 173:9fed6f4301db

Tomenet sshfs alias
author Steve Huston <huston@srhuston.net>
date Sun, 10 Nov 2019 23:30:22 -0500
parents 88ed01a1094f
children 76f201ff5abc
comparison
equal deleted inserted replaced
172:91b86af91191 173:9fed6f4301db
122 # SSHFS mounts 122 # SSHFS mounts
123 # The $DARWIN check fills in a nice volname if this is a Mac 123 # The $DARWIN check fills in a nice volname if this is a Mac
124 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile" 124 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile"
125 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net" 125 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net"
126 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua" 126 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua"
127 alias ssy="sshfs -oreconnect${DARWIN:+,volname=Syrinx} syrinx.astro.princeton.edu: $HOME/syrinx"
128 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" 127 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu"
129 alias vw="sshfs -oreconnect${DARWIN:+,volname=VW} vw.math.princeton.edu: $HOME/vw" 128 alias vw="sshfs -oreconnect${DARWIN:+,volname=VW} vw.math.princeton.edu: $HOME/vw"
129 alias tmu="sshfs -oreconnect${DARWIN:+,volname=tomenet-user} joshua.srhuston.net:Installs/tomenet/lib/user $HOME/Installs/tomenet/lib/user"
130 130
131 # LDAP/host tools 131 # LDAP/host tools
132 alias ldm="ldapmodify -Q -Y GSSAPI -c" 132 alias ldm="ldapmodify -Q -Y GSSAPI -c"
133 alias ldsloop='while true; do read; clear; lds "$REPLY"; done' 133 alias ldsloop='while true; do read; clear; lds "$REPLY"; done'
134 alias hostmaster='ssh -x -a huston@arizona.princeton.edu /usr/oit/bin/hostinfo' 134 alias hostmaster='ssh -x -a huston@arizona.princeton.edu /usr/oit/bin/hostinfo'