This is a little AppleScript utility for mac that will allow you to login to Cisco vpn without manually entering your password over and over again.
- Open Script Editor on your mac.
- Paste in the file contents.
- Update with your username, password, and vpn name.
- Save to disk somewhere it won't get accidentally deleted. (~/Library/Scripts/cisco-vpn.scpt).
- Add an alias to your environment to call the script whenever you want to login to vpn:
alias vpnup='osascript ~/Library/Scripts/dmc-vpn.scpt'