Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vpn: describe otp authentication #494

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions administrator-manual/en/base_system2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ The following pages are always accessible to all users:
* applications
* terminal

.. _2fa-section:

Two-factor authentication (2FA)
===============================

Expand Down
9 changes: 8 additions & 1 deletion administrator-manual/en/vpn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Supported authentication methods are:

* System user and password
* Certificate
* System user, password and certificate
* System user name, password and certificate
* System user name, One Time Password (OTP) and certificate

The server can operate in two modes: :index:`routed` or :index:`bridged`.
You should choose bridged mode only if the tunnel must carry non-IP traffic.
Expand All @@ -57,6 +58,12 @@ To allow a client to establish a VPN:

3. Import the file into the client and start the VPN.

.. note::

When using OTP-based authentication, users will be required to enable :ref:`2FA <2fa-section>` before accessing the VPN.
Also make sure users will not enable the "Save password" option on their clients, because a new OTP must be
entered every time the VPN is started.

Accounting
~~~~~~~~~~

Expand Down