Re: Re-Authenticate Google TOTP on New Device

2020-07-13 Thread eunosm3
Nick, Good to know it's already on the list of feature requests. I'm running a tiny group of users (family), so manual updates are feasible for me. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ -

Re: Re-Authenticate Google TOTP on New Device

2020-07-13 Thread eunosm3
Alain and wla, Thanks for responding. I'll try the solutions today to find out if I can make one or the other work. Both *should*, but I'm not surprised when challenges that shouldn't happen, do happen anyway. =) -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabb

Re: Re-Authenticate Google TOTP on New Device

2020-07-10 Thread Nick Couchman
On Fri, Jul 10, 2020 at 9:39 AM eunosm3 wrote: > I bought a new device, so I will lose access to the codes displayed by > Google > Authenticator that I use for 2FA when I log into my Guacamole site. How do > I set up the google authenticator on my new device so it works with my > pre-existing se

AW: Re-Authenticate Google TOTP on New Device

2020-07-10 Thread Walter Laub
Take my this script guacamole_resetTOTP.sh: Try also the hidden Option "-s" 😊 #!/bin/bash # wla, 06.06.2020: created if [[ "$#" = "0" || "$#" -gt 2 || "$1" = "-h" ]] ; then echo "$0 [GUAC_USER]" exit 0 fi SQL=/usr/bin/mysql DB=guacamole USER="$1" # check if user exists echo -e "Check user

RE: Re-Authenticate Google TOTP on New Device

2020-07-10 Thread Wuhrlin, Alain
= guacamole_entity.entity_id and attribute_name = "guac-totp-key-secret" and name like 'user_name'; and manually enter the key in Google Authentificator -Message d'origine- De : eunosm3 Envoyé : vendredi 10 juillet 2020 15:39 À : user@guacamole.apache.org Objet : Re-Authenticate

Re-Authenticate Google TOTP on New Device

2020-07-10 Thread eunosm3
I bought a new device, so I will lose access to the codes displayed by Google Authenticator that I use for 2FA when I log into my Guacamole site. How do I set up the google authenticator on my new device so it works with my pre-existing setup? Is it a matter of displaying the QR code again? Some