User Tools

Site Tools


auth:howto:linux:vpnclient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
auth:howto:linux:vpnclient [2022/05/06 16:22] – [Install openconnect-sso macOS with SAML] kohoferauth:howto:linux:vpnclient [2022/06/20 11:40] (current) kohofer
Line 431: Line 431:
  
 Last thing to enter is the sudo password to enable the network interface. Last thing to enter is the sudo password to enable the network interface.
 +
 +====== Install openconnect-sso Ubuntu with SAML ======
 +
 +Requirements:
 +
 +  sudo apt install python3.8-venv openconnect
 +
 +  pip install --user pipx
 +  pipx install "openconnect-sso[full]"
 +  pipx ensurepath
 +
 +Launch openconnect-sso
 +
 +  openconnect-sso --server vpn.scientificnet.org/saml
 +
 +A browser window will open, where it might ask for your 2FA/MFA,
 +then it will ask for your sudo password to get the VPN interface up.
 +Leave the command running as long as you need VPN.
 +
 +You can also add an ampersand (&) and the end of the command to put the command
 +into background:
 +
 +  openconnect-sso --server vpn.scientificnet.org/saml &
 +
 +
  
/data/www/wiki.inf.unibz.it/data/pages/auth/howto/linux/vpnclient.txt · Last modified: 2022/06/20 11:40 by kohofer