TOTP Dynamic Challenge

Got a problem with Viscosity or need help? Ask here!

mthiele

Posts: 1
Joined: Wed Apr 30, 2025 6:00 pm

Post by mthiele » Wed Apr 30, 2025 6:06 pm
I would like to switch from Tunnelblick to Viscosity due to the better DNS stability.

In Tunnelblick, I currently have a `dynamic-challenge-response.user.sh` script enabled to return a TOTP code
Code: Select all
cp ~/path/to/config.ovpn .
vim dynamic-challenge-response.user.sh
>> /opt/homebrew/bin/oathtool --totp -b -d 6 $otp_secret
How do I implement this in Viscosity? I haven't found anything about dynamic challenge response in the documentation. Static challenge response does not work, as the TOTP challenge is generated by the server in a second step and not part of the configuration itself.

Thanks in advance!
1 post Page 1 of 1