butlerx / wetty

Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)
https://butlerx.github.io/wetty
MIT License
4.28k stars 672 forks source link

Can I pass username and password with query string to access webconsole #99

Closed rkkrishnaa closed 5 years ago

rkkrishnaa commented 6 years ago

Hello,

I am trying to access my remote session by passing the authentication info as query string. It is not working. Example: http://192.168.1.10:3000/wetty/ssh/user=username&password=password

I have checked the option that user can pass the username in addition to the login url. It again asks me to type login user name and password. Example: http://192.168.1.10:3000/wetty/ssh/username

Is there any way to achieve the above two things.

Best Regards, Radhakrishnan Rk

koushikmln commented 5 years ago

@rkkrishnaa you can check out my fork for the feature. You can pass the password as a query string and login automatically.

https://github.com/koushikmln/wetty

butlerx commented 5 years ago

@koushikmln fork has now been merged to master