openconnect

Open-source client for Cisco AnyConnect VPN connections

brewmacoslinux
Try with needOr install directly
Source

About

Open client for Cisco AnyConnect VPN

Commands

openconnect

Examples

Connect to a VPN server with interactive password prompt$ openconnect vpn.example.com
Connect with username and non-interactive password input$ openconnect -u username --passwd-on-stdin vpn.example.com
Connect with certificate authentication and specific protocol$ openconnect --cert-type pkcs12 --key-password=pass -c mycert.p12 vpn.example.com