Skip to content

Instantly share code, notes, and snippets.

@spasma
Last active September 18, 2020 08:22
Show Gist options
  • Save spasma/d020d30c3b9d217aadc331ce616a9fa7 to your computer and use it in GitHub Desktop.
Save spasma/d020d30c3b9d217aadc331ce616a9fa7 to your computer and use it in GitHub Desktop.
# If you get the error "Failed to save two-factor authentication : The Perl module Authen::OATH needed for two-factor authentication is not installed. Use the Perl Modules page in Webmin to install it."
# use this:
yum install perl-Moose -y
yum install perl-CPAN -y
cpan
# type in cpan: install Authen::OATH
# done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment