mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
Updated Home (markdown)
4
Home.md
4
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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user