Closed qrkourier closed 2 years ago
Advertised long form --authcode is unrecognized, but the short form -c works.
--authcode
-c
❯ /opt/openziti/bin/ziti-edge-tunnel remove_mfa --identity /opt/openziti/etc/identities/fgalaxy-laptop.json --authcode 041595 remove_mfa: unrecognized option '--authcode' Unknown option '?' ❯ /opt/openziti/bin/ziti-edge-tunnel remove_mfa --help ziti-edge-tunnel remove_mfa: Removes MFA registration from the controller usage: ziti-edge-tunnel remove_mfa [-i <identity>] [-c <code>] -i|--identity identity info for removing mfa -c|--authcode auth code to verify mfa login
Hey, I've fixed that in the PR: https://github.com/openziti/ziti-tunnel-sdk-c/pull/546
Advertised long form
--authcode
is unrecognized, but the short form-c
works.