For an alternative to Cisco’s AnyConnect client, I use OpenConnect client in command line
In MacOS, and Homebrew, setting up OpenConnect client is as easy as:
1 |
$ brew install openconnect |
And to connect to the VPN
1 |
$ sudo openconnect -u user my.vpn.com |