From 6be40902c0659200a38d432047d1c791114cb046 Mon Sep 17 00:00:00 2001 From: Koushik M L N Date: Sun, 16 Dec 2018 14:03:16 +0530 Subject: [PATCH] Modified Readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e958c9a..e88fe88 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,18 @@ or You can pass an optional password as query parameter to use auto-login feature. +Auto Login: +------------ + +You can also pass the ssh password as an optional query parameter to auto-login the user like this (Only while running wetty as a non root account): + `http://yourserver:3000/wetty/ssh/?sshpass=` or `http://yourserver:3000/ssh/?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: ------------