nate's settings
This commit is contained in:
parent
b7693c957d
commit
b61f124435
@ -53,7 +53,7 @@ MONTH=$(date +'%m')
|
||||
YEAR=$(date +'%Y')
|
||||
|
||||
# This value may need to be extracted from the official HIP report, if a made-up value is not accepted.
|
||||
HOSTID="deadbeef-dead-beef-dead-beefdeadbeef"
|
||||
HOSTID="5cc0b7cc-2b61-11b2-a85c-d8fd39283322"
|
||||
|
||||
cat <<EOF
|
||||
|
||||
|
||||
@ -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}"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user