1148118271 / ssh-rs

Rust implementation of ssh2.0 client 👻 rust实现的ssh2.0客户端
https://docs.rs/ssh-rs/
MIT License
139 stars 27 forks source link

keepalive@openssh.com request ignored #98

Open g0hl1n opened 1 month ago

g0hl1n commented 1 month ago

Hi, thanks for providing ssh-rs!

When executing long-running commands I get the following log messages:

DEBUG [ssh::channel::local::channel] Currently ignore message 99
DEBUG [ssh::channel::local::channel] Currently ignore request keepalive@openssh.com
DEBUG [ssh::channel::local::channel] Currently ignore message 96

IMHO those keepalive requests should be implemented in ssh-rs.

HsuJv commented 1 month ago

Yep you're right. Will fix this asap