X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/blobdiff_plain/7e13b54cde944b15e2c48759b9e18e82d172b40f..bd194355a4608d6b74c22e6f06e39827de3be384:/openconnect_command-ssh.sh 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}"