From f1b883ac782449b0a0ba5d420d0df996d9b961d0 Mon Sep 17 00:00:00 2001 From: Koushik M L N Date: Fri, 22 Jun 2018 15:42:36 +0530 Subject: [PATCH] Modified ReadMe.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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: ------------