Skip to content
Discussion options

You must be logged in to vote

I am a complete novice, but this is what I did to get TOTP to work with guacamole.

I logged in to the LXC console and downloaded the TOTP extension
wget https://dlcdn.apache.org/guacamole/1.5.5/binary/guacamole-auth-totp-1.5.5.tar.gz

Extracted the tar file
tar -xvf guacamole-auth-totp-1.5.5.tar.gz

Moved the TOTP jar extension to the correct directory
mv guacamole-auth-totp-1.5.5/guacamole-auth-totp-1.5.5.jar /etc/guacamole/extensions/

Removed the downloaded tar.gz and the extracted files/folders that were not used
rm guacamole-auth-totp-1.5.5.tar.gz
rm -r guacamole-auth-totp-1.5.5/

Rebooted the lxc and boom! Everything seems to work.

https://guacamole.apache.org/doc/gug/totp-auth.html#in…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@EcN000
Comment options

@jsapede
Comment options

Answer selected by EcN000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants