Skip to content
Snippets Groups Projects
README.md 446 B
Newer Older
Mikhail Remnev's avatar
Mikhail Remnev committed
Scripts here help to deploy and use KEK VPN at Scientific Linux 6 OS without admin rights.

This is done by a conjunction of openconnect + [ocproxy](https://github.com/cernekee/ocproxy) to setup VPN.
Mikhail Remnev's avatar
Mikhail Remnev committed
For ssh forwarding, netcat is used.

See `04_start.sh` for usage example.
 * The command there first creates VPN connection and moves it to background (`-b`).
 * Then it starts SSH tunnel over SOCKS5 proxy and moves it to to background (`-Nf`).
Mikhail Remnev's avatar
Mikhail Remnev committed