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/openvpn: Add note about static-challenge option in sslvpn_client.rst #655

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
13 changes: 12 additions & 1 deletion source/manual/how-tos/sslvpn_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ When using other tokens you may need to change the **Token length**.

Click **Save** to add the new server.

.. Note::

To prompt separately for TOTP, add ``static-challenge "Enter OTP token:" 1`` to `Custom config` in
:menuselection:`VPN --> OpenVPN --> Client Export`. Since this is a client side option, it will not be automatically pushed. Clients must import
or configure it.
Read more about this challenge type here: `"--static-challenge args" <https://openvpn.net/community-resources/reference-manual-for-openvpn-2-6/>`_


Add Certificate Authority
-------------------------
Expand Down Expand Up @@ -287,7 +294,7 @@ attached users.
macOS & Windows
-----------------
For macOS & Windows users we recommend using Viscosity from Sparklabs (https://www.sparklabs.com/viscosity/).
Viscosity is very easy to setup and use and works well on both platforms.
Viscosity is very easy to setup and works well on both platforms.

Go to :menuselection:`VPN --> OpenVPN --> Client Export` and select the newly created VPN server from
the list. Leave everything default and Download the **Viscosity** type from the
Expand All @@ -297,6 +304,10 @@ Now on your Mac or Windows PC unpack the bundle and import the Viscosity.visc fi
Double clicking it should be enough to get it imported. When asked for an application
to open the file with search and select Viscosity.

.. Note::

If users should be prompted separately for TOTP, add the following option: `"static-challenge-password" <https://www.sparklabs.com/support/kb/article/advanced-configuration-commands/#static-challenge-password>`_

Some sample screenshots (macOS):

.. image:: images/viscosity_files.png
Expand Down