From 591a5c806b4739156531ca8a3f58566e1abf5f7c Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 10 Mar 2025 09:19:49 -0700 Subject: [PATCH] removed two out-of-date commands --- openconnect_command-general.sh | 10 ---------- openconnect_command-http.sh | 17 ----------------- 2 files changed, 27 deletions(-) delete mode 100755 openconnect_command-general.sh delete mode 100755 openconnect_command-http.sh diff --git a/openconnect_command-general.sh b/openconnect_command-general.sh deleted file mode 100755 index 59f32e9..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='6.3.0-33' --protocol=gp -u "$USER" --os="$OS" --passwd-on-stdin "$HOST" --csd-wrapper="hipreport-modified.sh" --reconnect-timeout 60 - diff --git a/openconnect_command-http.sh b/openconnect_command-http.sh deleted file mode 100755 index 335fd81..0000000 --- a/openconnect_command-http.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -LOG_FILE=/tmp/nu-globalprotect-saml.log -PID_FILE=/tmp/nu-vpn-openconnect_http.pid - -exec > $LOG_FILE - -# 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" | /usr/sbin/openconnect --verbose --useragent="PAN GlobalConnect" --version-string='6.3.0-33' --protocol=gp -u "$USER" --os="$OS" --passwd-on-stdin "$HOST" --csd-wrapper="hipreport-modified.sh" --reconnect-timeout 60 --script-tun --script "ocproxy -D 8181 --keepalive 5 --verbose" -b --pid-file "${PID_FILE}" - - -- 2.39.5