janmojzis / tinyssh

TinySSH is small server (less than 100000 words of code)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCP does not work in latest version

petrkutalek opened this issue · comments

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}

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

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

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