bertiqwerty / rvimage

Remote image viewer in Rust
MIT License
2 stars 1 forks source link

Avoid to many SSH connections #9

Closed bertiqwerty closed 2 years ago

bertiqwerty commented 2 years ago

Currently, every copy is done with a re-authentication. Note that ssh2 is thread-safe but blocking. However, we can still gather multiple copies in one thread.