hierynomus / sshj

ssh, scp and sftp for java
Apache License 2.0
2.48k stars 600 forks source link

Multiplexing #837

Open TomDeBacker opened 1 year ago

TomDeBacker commented 1 year ago

Multiplexing using the OpenSSH binary creates a socket file. I don't see sshj creating this file. Am I using sshj wrong? I can't get multiplexing to work across jvm shutdowns. Do you have an example to set this up?

hierynomus commented 1 year ago

SSHJ currently does not do that indeed.