forked from relokin/juniper-vpn-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
16 lines (12 loc) · 753 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Connecting to a Juniper VPN requires the generation of a DSID token.
Generating this token involves authentication and host checking. The
juniper-vpn.py script performs authentication, and the tncc.py script
performs host checking. The DSID token can then be passed to openconnect.
Alternatively, openconnect can perform the authentication steps on it's own
and utilize the tncc.py script for host checker functionality. This is
the recommended mode of operation. Instructions for using openconnect to
perform authentication and tncc.py to perform host checking are contained in:
README.host_checker
Alternate instructions to allow juniper-vpn.py to perform authentication and
tncc.py to perform host checking are contained in:
README.authenticator