butlerx / wetty

Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)

Home Page:https://butlerx.github.io/wetty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker run wettyoss/wetty fails with login[47] error

PurnaChandraPanda opened this issue · comments

From ubuntu terminal, run:

$ docker pull wettyoss/wetty:latest
$ docker run -it -p 3002:3000 wettyoss/wetty:latest --shh-user=user1 --ssh-pass=mypwd

On browser, access the app as http://localhost:3002/wetty.
Provided the correct username and password values, but still fails as "Login incorrect".

28c1d1d02bcf login: user1
Password: 
Login incorrect
28c1d1d02bcf login: 

On the other docker run session, I could see it flags as login[47] error with invalid password for unknown.

{"label":"Wetty","level":"info","message":"Connection accepted.","timestamp":"2023-03-10T05:03:28.331Z"}
{"address":"localhost","label":"Wetty","level":"info","message":"Process Started on behalf of user","pid":47,"timestamp":"2023-03-10T05:03:28.345Z"}
login[47]: invalid password for 'UNKNOWN' on 'pts/1' from 'localhost'

I could validate in ubuntu terminal that username and password are correct values, but /wetty terminal does not accept it. How else could we validate from "wetty", why the user/pwd combination is declined? Could anyone please share some thoughts??

@butlerx Any thoughts on this login challenge?

any comments how to address it?