changeset 200:7d3fe7399566

SSH isn't working as I expected, but this seems to still do the trick
author Steve Huston <huston@srhuston.net>
date Fri, 23 Oct 2020 09:27:10 -0400
parents 6bfec0d0d020
children af82c52d3270
files .bash_aliases
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Wed Sep 30 11:22:35 2020 -0400
+++ b/.bash_aliases	Fri Oct 23 09:27:10 2020 -0400
@@ -84,7 +84,7 @@
 proxy() {
   PROXY_HOST=${PROXY_HOST:-xanadu.astro.princeton.edu}
   PROXY_PORT=${PROXY_PORT:-8888}
-  ssh -D $PROXY_PORT -f -C -q $PROXY_HOST 'sleep 15'
+  ssh -D $PROXY_PORT -f -C -q $PROXY_HOST 'hostname'
   /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
     --proxy-server="socks5://127.0.0.1:$PROXY_PORT" \
     --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" \