Pure-Rust asynchronous SSH library, both client and server

#61 Could not find common cipher error

Opened by JulianZhang on January 12, 2022
JulianZhang on January 12, 2022

I had try to use thrussh to connect my server, but get error as blow. I want to know does thrussh only support the chacha20-poly1305?

Jan 12 20:25:54.080 DEBUG thrussh::negotiation: Could not find common cipher, other side only supports Ok(“aes128-ctr,aes192-ctr,aes256-ctr”), we only support [Name(“chacha20-poly1305@openssh.com”)]