X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/blobdiff_plain/ee30b5c0ea0e20442337a8ea0db50f23d8f18e89..0b6ace2da35c3d568738e80b712b6ac25a2dd626:/openconnect_command-ssh.sh diff --git a/openconnect_command-ssh.sh b/openconnect_command-ssh.sh index daa1bc0..2a875ff 100755 --- a/openconnect_command-ssh.sh +++ b/openconnect_command-ssh.sh @@ -1,5 +1,6 @@ -#!/bin/bash +#!/bin/bash -x +OS="linux" LOG_FILE=/tmp/nu-globalprotect-saml.log PID_FILE=/tmp/nu-vpn-openconnect.pid @@ -9,7 +10,7 @@ exec > $LOG_FILE cd ~/bin/nu-vpn-proxy ## do the authentication -eval $( ./gp-saml-gui.py -v --clientos=Linux vpn-connect2.northwestern.edu ) +eval $( ./gp-saml-gui.py -v --gateway --clientos=Linux vpn-connect2.northwestern.edu ) 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}"