Automatically Login to HKU-VPN in shell
HKU uses Cisco AnyConnect protocol and should use the Cisco software to connect the VPN. This post tries to use the openconnect to do the same thing in the command shell and make it all automatic. OpenConnect is a cross-platform multi-protocol SSL VPN client which supports a number of VPN protocols, including Cisco AnyConnect, Juniper SSL, Palo Alto, etc. We can install openconnect on MacOS, brew install openconnect (I believe you know when it is Linux / Windows). Then we have to configure the connection. The basic usage is ...