Mercurial > index.cgi > dotfiles
changeset 235:2b3e169f8182
Updating proxy setting, forgot I wasn't using a controlmaster there
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 03 Aug 2022 21:17:26 -0400 |
parents | 863d190c2fa1 |
children | 061945778426 |
files | .bash_aliases .ssh/config |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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