I installed webmin, and I tried to access it with my account (not root, but able to sudo) and I always got
login failed.
Now I have
Access Denied
even to my login page for too many tries. What should I do?
I installed webmin, and I tried to access it with my account (not root, but able to sudo) and I always got
login failed.
Now I have
Access Denied
even to my login page for too many tries. What should I do?
Respostas:
The default for Webmin is set at 5 attempts and then a lockout is set for 60 seconds. So if you haven't changed these defaults, you should be able to try again in 60 seconds.
The login details should be what you supplied during installation. If you somehow don't remember these, try the below steps.
If you are running a RedHat distribution (i.e. Fedora, CentOS, Gentoo), enter the following command with root or sudo
:
/usr/libexec/webmin/changepass.pl /etc/webmin username password
If you are running a Debian distribution (i.e. Ubuntu like you), enter the following command with root or sudo
:
/usr/share/webmin/changepass.pl /etc/webmin username password
É claro que o usuário especificado precisará ser um usuário válido na configuração do Webmin. Isso não funcionará para a criação de novos usuários do Webmin.