Oline IT:Blog
Innovation Technology
Showing posts with label
Google Authenticator
.
Show all posts
Showing posts with label
Google Authenticator
.
Show all posts
Tuesday, September 20, 2022
Two-Factor Authentication (2FA) for Webmin with Google Authenticator
First install Perl Modules :
https://blog.olineit.com/2022/09/install-perl-cpan-module-in-centos-8.html
Then follow the instructions as given through the URL:
https://devtutorial.io/how-to-install-two-factor-authentication-2fa-for-webmin-p2845.html
Install Perl CPAN Module in CentOS 8
dnf install perl-CPAN
dnf install "@Development Tools"
perl -MCPAN -e 'install Authen::OATH'
cpan -i Geo::IP OR
cpan Geo::IP
cpan
cpan[1]>
install Log::Log4perl
OR
You need gcc.:
yum install gcc
Get CPAN:
yum install CPAN
Configure CPAN ( just run CPAN ):
CPAN
After CPAN is configured:
install Authen::OATH
[module in CPAN shell, which takes a long time to complete.]
When Authen::OATH is successfully installed, configure 2FA in WebMin.
Older Posts
Home
Subscribe to:
Posts (Atom)
Upload file to server using Power Shell Command
scp file_name.zip username@server_ip/server_address:/directory_path
Office 2019 Activation without Product Key using CMD
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
install PowerMTA on the server
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
PowerMTA Multiple Virtual PMTA config file
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...