NETWORKSTIP Networking CCNA,Centos,Ubuntu,Sql,

Made By Muhammad Nafees

Breaking

Sunday 18 November 2018

How to disable two factor authentication in Webmin/Virtual mine

How to disable two factor authentication in Webmin

  • Access Server through SSH Run these commands to remove Two-Factor authentication
  • sed -i 's/totp//g' /etc/webmin/miniserv.users
  •  sed -i '/twofactor_provider=totp/d' /etc/webmin/miniserv.conf
  •  /etc/init.d/webmin restart

1 comment: