I need to connect to an OpenVPN Network which has TOTP Authentication activated.
If I run the following command on CLI, everything work as expected:
openvpn --config /tmp/profile-userlocked-ueiae-suiae.ovpn
It starts a process in CLI which ask me for Username, Password and the TOTP key:
So I’ve imported the ovpn
file into my network-manager and click connect.
Then I’ve been asked via credentials dialog for username & password.
I enter same credentials as on CLI, then I click enter.
After this, another dialog appears, which just ask again for a password:
I’ve tried to enter the password again, I also try to enter the TOTP-Key there… nothing work at all.
Any Idea whats wrong here?