Created
April 12, 2019 12:01
-
-
Save matinrco/c2af855ab51d64186ddf1104be365e0e to your computer and use it in GitHub Desktop.
Establish VPN connection with Openconnect on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo YourPass | sudo openconnect -u YourUsername --authgroup=DEFAULT -b --passwd-on-stdin --cafile=/path/to/ca.crt --servercert=YourServerCert --pfs Server:Port |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment