X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/blobdiff_plain/7e13b54cde944b15e2c48759b9e18e82d172b40f..5d9f17d8ee77bfab00a8b85609fc3b349e23e960:/openconnect_command-ssh.sh?ds=sidebyside

diff --git a/openconnect_command-ssh.sh b/openconnect_command-ssh.sh
index 09f2181..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" | 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}"