CONFIG AUTH TOTP UPDATE

Level

user,modify

History

Appears in 4.5.0

Description

Update the TOTP configuration

Usage

[State=<0|1>]: Enable / disable TOTP
[Digits=<digits>]: The number of digits for a code (must be 6 or 8)
[Period=<period>]: The period of validity of a code
[MaxOffset=<offset>]: The maximum number of period offset for a code
[Algorithm=<algorithm>]: The algorithm used to generate OTP codes
[AuthSslVpn=<on|off>]: Enable / disable TOTP for SSL VPN
[AuthCaptive=<on|off>]: Enable / disable TOTP for captive portal
[AuthWebadmin=<on|off>]: Enable / disable TOTP for webadmin
[AuthConsole=<on|off>]: Enable / disable TOTP for SSH/console
[AuthIpsec=<on|off>]: Enable / disable TOTP for IPsec
[Description=<description>]: Administrator description
[Issuer=<issuer>]: To identify who provided the totp code

Example

CONFIG AUTH TOTP UPDATE Digits=8 Period=30 MaxOffset=3 Algorithm=sha1 AuthSslVpn=on AuthCaptive=off AuthWebadmin=off AuthConsole=off AuthIpsec=off