diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-20 12:36:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-20 12:36:55 +0200 |
commit | 2c6a3743c6db7323109db5602f2a1e52ec8a2740 (patch) | |
tree | dfbe51008d27049023a9490eb24be2b27d506b70 /net/openconnect | |
parent | 749abcacc8ca8f6078a7ae56bcf6433cd6611fa6 (diff) |
openconnect: updated documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/README | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 7a55da014..772b0e3cc 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -10,11 +10,22 @@ config interface 'MYVPN' option username 'test' option password 'secret' option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' - option token_mode 'rsa' # when built with stoken support - option token_secret 'secret' # when built with stoken support option defaultroute '0' option authgroup 'DEFAULT' + # For second factor auth: + + # when a fixed 2FA password can be used + #option password2 'my-fixed-2fa-password' + + # RSA tokens, must be built with stoken support + #option token_mode 'rsa' + #option token_secret 'secret' + + # HOTP/TOTP tokens + #option token_mode 'hotp' + #option token_secret '00' + The additional files are also used: /etc/openconnect/user-cert-vpn-MYVPN.pem: The user certificate /etc/openconnect/user-key-vpn-MYVPN.pem: The user private key |