bk-rs / ssh-rs

https://docs.rs/async-ssh2-lite
Apache License 2.0
56 stars 19 forks source link

Add Clone to `SessionConfiguration` #1

Closed TsumiNa closed 4 years ago

TsumiNa commented 4 years ago

Hi, I want to spread SessionConfiguration into multi-threads and found that SessionConfiguration does not derive trait Clone. Could you please add the Clone trait to it. Thanks

vkill commented 4 years ago

Hi TsumiNa, Sorry for the late reply, thank you so much for your feedback, It was supported in 0.1.4 .