diff --git a/Home.md b/Home.md index d52c2e0..5949e64 100644 --- a/Home.md +++ b/Home.md @@ -5,9 +5,9 @@ Frequently Asked Questions =========================== -+ **Multiple commands/shells/subsystems in a connection** ++ **Multiple sessions** - `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. + `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. + **Toning down the logging**