I'm trying to login to a Linksys router web interface using lynx. From what I understand, if I use the command
lynx -auth=username:password
I can login with basic http authentication. However the router's default password contains no username, and a password of admin. So how can I login considering the username is blank?