X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/blobdiff_plain/2970f2c70235c88029d3248c6c47ac0ecb6718c4..591a5c806b4739156531ca8a3f58566e1abf5f7c:/openconnect_command-general.sh diff --git a/openconnect_command-general.sh b/openconnect_command-general.sh deleted file mode 100755 index b7df399..0000000 --- a/openconnect_command-general.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# change to the vpn file directory -cd ~/bin/nu-vpn-proxy - -## do the authentication -eval $( ./gp-saml-gui.py -v --gateway --clientos=Linux vpn-connect2.northwestern.edu ) - -echo "$COOKIE" | sudo 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 -