diff --git a/README.md b/README.md index c7040cb..1c76fc7 100644 --- a/README.md +++ b/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/?sshpass=` -## 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=&sshpass=` - -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: ------------