Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/osx-openconnect-helper
A simple script to manage different openconnect profiles.
https://github.com/mitsuhiko/osx-openconnect-helper
Last synced: 3 months ago
JSON representation
A simple script to manage different openconnect profiles.
- Host: GitHub
- URL: https://github.com/mitsuhiko/osx-openconnect-helper
- Owner: mitsuhiko
- License: other
- Created: 2014-08-19T21:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T17:03:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T01:36:18.565Z (3 months ago)
- Language: Python
- Size: 227 KB
- Stars: 31
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
osx-openconnect-helper
This program is a tiny helper application to connect to different
Cisco VPNs through openconnect on OS X. It just wraps openconnect
to add some basic profile support.How to make it run on OS X:
$ brew install openconnect
$ brew install tuntapNote that the brew version of openconnect comes without RSA token
support. You will need to manually compile it and stoken support
if you want that.For tuntap follow the guides after installation and don't forget to
load the kext.If you do not have vpnc-script you can download it:
http://www.infradead.org/openconnect/vpnc-script.html
To install place it in /etc/vpnc/vpnc-script and make sure it
is executable.To install osx-openconnect-helper use pip or pipsi:
$ pipsi install osx-openconnect-helper
From that point onwards you can add a vpn:
$ openconnect-helper add myvpn https://myvpn.invalid/ --user me
And connect:
$ sudo openconnect-helper connect myvpn
It uses the OS X keychain to manage passwords.