diff --git a/shellinabox/service.c b/shellinabox/service.c index 45df6fc..ae3beb8 100644 --- a/shellinabox/service.c +++ b/shellinabox/service.c @@ -163,7 +163,7 @@ void initService(struct Service *service, const char *arg) { // feature, we cannot be sure that it is available on the // target server. Removing it for the sake of Centos. // "-oVisualHostKey=no" - " -oLogLevel=QUIET %%s@%s", host); + " -oLogLevel=FATAL %%s@%s", host); free(host); } else { service->useLogin = 0; diff --git a/shellinabox/shellinaboxd.man.in b/shellinabox/shellinaboxd.man.in index 082b37e..c00a8bc 100644 --- a/shellinabox/shellinaboxd.man.in +++ b/shellinabox/shellinaboxd.man.in @@ -497,6 +497,10 @@ to saying or .BR --service=/:SSH , respectively. + +Please note that for SSH service to work properly, we need a running ssh server on +local system with enabled password authentication. + .RE #ifdef HAVE_OPENSSL .TP