On Sun, 26 Dec 2021, Nam Nguyen wrote: > >Synopsis: ssh anoncvs regression: Connection closed > >Category: user > >Environment: > System : OpenBSD 7.0 > Details : OpenBSD 7.0-current (GENERIC) #198: Sat Dec 25 16:22:02 > MST 2021 > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > I have an anoncvs instance that stopped working upon upgrading to > -current. This looks like a regression with openssh, which closes the > connection. > > $ cvs -d [email protected]:/cvs checkout -P nvi/ > Connection closed by 45.77.165.128 port 22 > cvs [checkout aborted]: end of file from server (consult above messages if > any)
Thanks for the report. Do you control the server too? If so, are you able to capture a debug trace from sshd there? An easy way to do this is to run sshd on a separate port in non-forking mode and connect to that, e.g. "/usr/bin/sshd -dddp2222" and "ssh -p 2222 user@host". -d
