Browse Source

Modified ReadMe.md

pull/146/head
Koushik M L N 7 years ago
parent
commit
f1b883ac78
  1. 9
      README.md

9
README.md

@ -26,6 +26,7 @@ user name), else it will launch `ssh` and connect by default to `localhost`.
* `yum install sshpass` (red hat flavours eg. CentOs) for auto-login feature
Run on HTTP:
-----------
@ -50,14 +51,6 @@ or
`http://yourserver:3000/ssh/<username>?sshpass=<password>`
## Run on HTTPS
You can also pass the SSH user name and password as query parameters and auto-login the user like this (Only while running as a non root account):
`http://yourserver:3000/wetty/autologin?sshuser=<username>&sshpass=<password>`
This is just an additional feature and the security implications for passing the password in the url will have to be taken care separately.
Run on HTTPS:
------------

Loading…
Cancel
Save