I have an simple Ubuntu 12.04 instance running on AWS EC2
I have webmin installed and accessable, but am presented with a login requiring username and password.
As part of the AWS install, you don't have a "root" user you can access, but an "ubuntu" user with sudo rights. This user does not have a password, access is via SSH key pair
I don't want to set a password for ubuntu user, preferring the security of SSH.
How do I access webmin without needing to enter a password? Is it best I create a new userid with a password that is also a sudoer? Seems a bit daft given that is one reason i want webmin in the first place :-)