# HG changeset patch # User Steve Huston # Date 1659575846 14400 # Node ID 2b3e169f818219c61324998509b2149617c6ac84 # Parent 863d190c2fa128f80c284d62dc32e588689671f6 Updating proxy setting, forgot I wasn't using a controlmaster there diff -r 863d190c2fa1 -r 2b3e169f8182 .bash_aliases --- a/.bash_aliases Tue Jul 26 15:50:23 2022 -0400 +++ b/.bash_aliases Wed Aug 03 21:17:26 2022 -0400 @@ -118,6 +118,7 @@ PROXY_HOST=${PROXY_HOST:-ssh://w2zq.mywire.org:22022} PROXY_PORT=${PROXY_PORT:-8886} PROXY_PATH="/Users/huston/Library/Application Support/Google/Chrome_W2ZQ" + PROXY_UMOUNT="ssh -O exit $PROXY_HOST" ;; *) echo "Proxy needs one argument: home, work, rc, or w2zq" diff -r 863d190c2fa1 -r 2b3e169f8182 .ssh/config --- a/.ssh/config Tue Jul 26 15:50:23 2022 -0400 +++ b/.ssh/config Wed Aug 03 21:17:26 2022 -0400 @@ -33,7 +33,9 @@ User pi # Shared connection for xanadu, csesbh2, and joshua -Host xanadu.astro.princeton.edu csesbh2.princeton.edu joshua.srhuston.net +# Including w2zq too, though I don't usually want those to stick around - +# they'll get canceled when the proxy use is finished +Host xanadu.astro.princeton.edu csesbh2.princeton.edu joshua.srhuston.net w2zq.mywire.org User huston ControlMaster auto ControlPersist yes