Use Google Authenticator on Webmin/Virtualmin ( CentOS 7 )
- Thursday, December 17, 2020
- By Gunawan Probo Swandono
- 0 Comments
Before you can use TFA in Webmin/Virtualmin you must install Authen::OATH. And before that you need to install Perl-CPAN first.
Here's how:
yum -y install perl-CPAN
perl -MCPAN -e "install Test::Moose"
perl -MCPAN -e "install Types::Standard"
perl -MCPAN -e "install Moo"
perl -MCPAN -e "install Authen::OATH"
And now you can activate TFA like Google Authenticator in your server.
0 comments
Note: Only a member of this blog may post a comment.