janmojzis / tinyssh

TinySSH is small server (less than 100000 words of code)
Creative Commons Zero v1.0 Universal
1.44k stars 79 forks source link

SCP does not work in latest version #63

Closed petrkutalek closed 2 years ago

petrkutalek commented 2 years ago

After upgrade to latest version 20220222-1 (Arch) SCP does not work anymore, SSH works all right.

Client: client_loop: send disconnect: Broken pipe, lost connection Server's log: tinysshd[929]: tinysshd: JLiyKgwc: BUG: (protocol error){sshcrypto_cipher_chachapoly.c:88}

janmojzis commented 2 years ago

Hello, The problem is related to the openssh upgrade from 8.8 -> 8.9. fixed (added workaround) in today's version 20220305 (latest commit)

petrkutalek commented 2 years ago

Thanks a lot! Appreciated. I notified Arch maintainers to update tinyssh package in Arch distro.

petrkutalek commented 2 years ago

tinyssh package was updated in Arch; I have checked it, everything works all right now. Thanks a lot!