We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Script for connecting to Juniper VPN through openconnect on macOS(Mac OS X).
Only the ID/PASSWORD connection method is supported.
$ brew install tuntap$ brew install openconnect$ git clone https://github.com/lightnet328/jncc ~/.jncc$ cp ~/.jncc/jncc.config.example ~/.jncc/jncc.config$ vim ~/.jncc/jncc.config$ echo 'export PATH="$PATH:$HOME/jncc"' >> ~/.zshrc$ exec $SHELL -l
If you are using a shell other than zsh please replace.zshrc with the appropriate one.
.zshrc
For example, if/bin/bash is displayed whenecho $SHELL is executed, you need to runecho 'export PATH="$PATH:$HOME/jncc"' >> ~/.bashrc.
/bin/bash
echo $SHELL
echo 'export PATH="$PATH:$HOME/jncc"' >> ~/.bashrc
$ sudo jncc connect
MIT License.See theLICENSE.txt.
LICENSE.txt