diff options
author | Arun Isaac | 2022-08-25 00:09:49 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-25 00:09:49 +0530 |
commit | e7fa0bb076aa30f86e228c05f73a134bb7f1d636 (patch) | |
tree | d666862c5e19e5c415557b094e74dd76defd6fa8 /topics/uthsc-vpn-with-free-software.gmi | |
parent | c7a3db98d06d2088ed8fb6656587600a406e8d8f (diff) | |
download | gn-gemtext-e7fa0bb076aa30f86e228c05f73a134bb7f1d636.tar.gz |
Add note about sudo use with openconnect-sso.
Diffstat (limited to 'topics/uthsc-vpn-with-free-software.gmi')
-rw-r--r-- | topics/uthsc-vpn-with-free-software.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/topics/uthsc-vpn-with-free-software.gmi b/topics/uthsc-vpn-with-free-software.gmi index 6131004..abb7e4a 100644 --- a/topics/uthsc-vpn-with-free-software.gmi +++ b/topics/uthsc-vpn-with-free-software.gmi @@ -8,6 +8,7 @@ To connect, run openconnect-sso as follows. A browser window will pop up for you ``` $ openconnect-sso --server uthscvpn1.uthsc.edu --authgroup UTHSC ``` +Note that openconnect-sso should be run as a regular user, not as root. After passing Duo authentication, openconnect-sso will try to gain root priviliges to set up the network routes. At that point, it will prompt you for your password using sudo. ## Avoid tunneling all your network traffic through the VPN (aka Split Tunneling) |