X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/blobdiff_plain/b7693c957d6f70d17a372f528a75d4b6a5d21f08..b61f124435c3f5332344d15fdbdab96d495778a7:/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}"