From abfc1af193931227816f5abcfe63e105f44bda96 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sun, 3 Oct 2010 12:09:26 -0700 Subject: [PATCH] add a faq Updated Home (markdown) --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index d7d770b..d52c2e0 100644 --- a/Home.md +++ b/Home.md @@ -5,6 +5,10 @@ Frequently Asked Questions =========================== ++ **Multiple commands/shells/subsystems in a connection** + + `Session` objects are not reusable, so you can only have one command/shell/subsystem via `exec()`, `startShell()` or `startSubsystem()` respectively. But you can start multiple sessions over a single connection so you need not reconnect. + + **Toning down the logging** sshj uses sl4j, which is just a facade, so it depends on how the underlying logging implementation you are using is configured. For example, in case of log4j this is typically accomplished with a `log4j.properties` in the classpath. Filter out/down messages from the `net.schmizz` category.