From: Nathan TeBlunthuis Date: Tue, 10 May 2022 23:03:08 +0000 (-0700) Subject: Merge branch 'master' of code:nu-vpn-proxy X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/commitdiff_plain/1bb65fdf5f287ebdff2bf85039ab2ece897fb477?hp=b7fca54e992437c37f2880b8db9b64c422b34073 Merge branch 'master' of code:nu-vpn-proxy --- diff --git a/openconnect_command-ssh.sh b/openconnect_command-ssh.sh index 09f2181..daa1bc0 100755 --- a/openconnect_command-ssh.sh +++ b/openconnect_command-ssh.sh @@ -11,5 +11,5 @@ cd ~/bin/nu-vpn-proxy ## do the authentication eval $( ./gp-saml-gui.py -v --clientos=Linux vpn-connect2.northwestern.edu ) -echo "$COOKIE" | openconnect --useragent="PAN GlobalConnect" --version-string='5.1.0-101' --protocol=gp -u "$USER" --os="$OS" --passwd-on-stdin "$HOST" --csd-wrapper="hipreport-modified.sh" --reconnect-timeout 60 --script-tun --script "ocproxy -D 9052" -b --pid-file "${PID_FILE}" +echo "$COOKIE" | /usr/sbin/openconnect --useragent="PAN GlobalConnect" --version-string='5.1.0-101' --protocol=gp -u "$USER" --os="$OS" --passwd-on-stdin "$HOST" --csd-wrapper="hipreport-modified.sh" --reconnect-timeout 60 --script-tun --script "ocproxy -D 9052" -b --pid-file "${PID_FILE}"