A CLI to connect to vpn via cisco anyconnect in one step


Licenses
Apache-2.0/SSPL-1.0
Install
pip install lazyvpn==0.0.40

Documentation

lazyvpn

https://zwiki.zillowgroup.net/display/AT/LazyVPN

##Prerequisites Python 3.6+

Follow this wiki to install AnyConnect VPN and this wiki to set up Okta Verify

##Installation This is a Python 3 project.

Install/Upgrade from PyPi:

pip3 install --upgrade lazyvpn

##Configuration To set up or update the configuration for a password change run:

lazyvpn -c

OR

lazyvpn --configure

##Connect to VPN

lazyvpn -u

OR

lazyvpn --up

##Disconnect from VPN

lazyvpn -d

OR

lazyvpn --down

##Reconnect to VPN

lazyvpn -ud