I had TFA enabled then wanted to add a cluster to add another node in my primary datacenter, so I started in the GUI added a cluster and then copied JOIN and went to 2nd node to add it and would not allow me because of TFA was enabled... so I went to TFA and disabled it via GUI then logged out and could not log in again via GUI
then went to ssh
nano /etc/pve/user.cfg
the issue is somehow some of the
so I commented out that line
and added
saved the file and was able to login to GUI again
2 questions
- 1st question is this a bug the the ::: got removed because TFA was enabled when creating a cluster and tryingto JOIN the 2nd node?
2nd is my question - after I join 2nd node to a cluster and cluster is working only 2 nodes, can I enable TFA for primary server and second server as well?
thank you
Spiro
then went to ssh
nano /etc/pve/user.cfg
user:root@pam:1:0:Prox:1mx:1mx@m.com:Email Notifications:x:
the issue is somehow some of the
::::
was somehow removed?so I commented out that line
# user:root@pam:1:0:Prox:1mx:1mx@m.com:Email Notifications:x:
and added
user:root@pam:1:0::::::
saved the file and was able to login to GUI again
2 questions
- 1st question is this a bug the the ::: got removed because TFA was enabled when creating a cluster and tryingto JOIN the 2nd node?
2nd is my question - after I join 2nd node to a cluster and cluster is working only 2 nodes, can I enable TFA for primary server and second server as well?
thank you
Spiro