23 lines
542 B
Markdown
Executable File
23 lines
542 B
Markdown
Executable File
# Overview
|
|
|
|
Simple CLI wrapper for Cisco's Anyconnect client.
|
|
|
|
# Usage
|
|
|
|
```text
|
|
/Users/rob/scripts/cvpn [OPTIONS] on|off [vpnname]
|
|
|
|
Wrapper for cisco anyconnect 'vpn' script.
|
|
|
|
-p profile Use selected connection profile
|
|
-c file Use selected config file (default is /Users/rob/.vpn/config
|
|
|
|
Config file format:
|
|
#default:myvpn2
|
|
myvpn1,username_1,password_1,vpngroup_1
|
|
myvpn2,username_2,password_2,vpngroup_2
|
|
# This one has no 'group'
|
|
myvpn3,username_3,password_3ofile Use selected connection profile
|
|
|
|
```
|