Created
October 14, 2020 21:58
-
-
Save farhang/6166af475b3899fccf23c2e6315cf35c to your computer and use it in GitHub Desktop.
openconnect bash alias
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
| alias cvpn="echo 'PASSWORD' | sudo openconnect --passwd-on-stdin --reconnect-timeout 1 --servercert sha256:<FINGERPRINT> --authgroup <AUTHGROUP> --user <USER_NAME> <HOST>:<PORT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment