diff options
author | Robert Göhler <github@ghlr.de> | 2022-05-09 20:42:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 20:42:56 +0200 |
commit | c56e46afe044680155cf35f74b59669699d26982 (patch) | |
tree | 3ebaeb5e9668d4c340f2bb1acb9d28ff7b21f798 /docs | |
parent | 43dd012c4d0104a5c2d8a18cbd514e8687a0d629 (diff) | |
parent | 9b7955cecaf51d3b164209ce434fd9dcfdecb1b2 (diff) | |
download | vyos-documentation-c56e46afe044680155cf35f74b59669699d26982.tar.gz vyos-documentation-c56e46afe044680155cf35f74b59669699d26982.zip |
Merge pull request #767 from goodNETnick/master
ocserv. Added show user OTP key
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/vpn/openconnect.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/vpn/openconnect.rst b/docs/configuration/vpn/openconnect.rst index 7a279472..43641d06 100644 --- a/docs/configuration/vpn/openconnect.rst +++ b/docs/configuration/vpn/openconnect.rst @@ -215,3 +215,9 @@ and then the OTP key. .. warning:: When using Time-based one-time password (TOTP) (OTP HOTP-time), be sure that the time on the server and the OTP token generator are synchronized by NTP + +To display the configured OTP user settings, use the command: + +.. code-block:: none + + show openconnect-server user <username> otp <full|key-b32|key-hex|qrcode|uri> |