Examples (5)
Connect to a server
openconnect vpn.example.orgConnect to a server, forking into the background
openconnect --background vpn.example.orgTerminate the connection that is running in the background
killall -SIGINT openconnectConnect to a server, reading options from a configuration file
openconnect --config=path/to/file vpn.example.orgConnect to a server and authenticate with a specific SSL client certificate
openconnect --certificate=path/to/file vpn.example.orgmade by @shridhargupta | data from tldr-pages