Closed itoffshore closed 9 years ago
Thanks for report, the issue is fixed now.
Please try latest release '20150719'
fantastic - do you have a download URL please ? ( trying this gives a 404)
Please try latest from github.
Yes this stops the RST
- I don't see any message in the logs from:
log_d1("unknown packet - sending SSH_MSG_UNIMPLEMENTED message");
(with busybox syslog
or with socklog
) - but this is probably a good thing. A log message every 60 seconds would be a bit annoying.
Yes this stops the RST - I don't see any message in the logs from: log_d1("unknown packet - sending SSH_MSG_UNIMPLEMENTED message"); The message is printed in debug mode ( tinysshd -vvv ... )
I've patched tinysshd
with this fix - thank you for responding so quickly.
For the next release if you could make a github release it would be helpful for package maintainers (the checksums on master.zip
change over time). It will also allow developers who "star" your repo to keep updated of changes via Sibbell.
ok, issue solved
SSHv2 keepalive
packets cause the connection to be reset intinysshd.c
(I was using
ServerAliveInterval 60
in my~/.ssh/config
)`sniffing the interface shows the SSHv2 packet that causes the reset:
Will
ssh_send_keepalive
be part of/* XXX TODO - send SSH_MSG_UNIMPLEMENTED */
?The automatic log out after 1 hour is nice. I've not had any problem with my build against
libsodium
.I've also been testing
tinysshd
withfwknop
& have automatic logins through nat into LXC containers working.