¿ªÔÆÌåÓýSo if your going across a router it is rewriting the ip packets, changing the addresses to allow local traffic to appear to come from the router, and then rewriting the responses to go back to the original device. To do this it is notes what it did in a table, many routers will drop this info if there is no traffic for five to ten minutes, so you really need to lower the client alive interval to five to ten minutes, a high retry count / interval can be used to help the connection survive a momentary connection drop in the path as long as it isn't the router losing its table. Good luck! -------- Original message -------- From: Tom McKee K4ZAD <tom.m@...> Date: 7/5/21 11:20 PM (GMT-07:00) Subject: Re: [RaspberryPi-4-HamRadio] SSH Disconnects Thanks guys for the responses. They set me on the way toward a possible resolution, which I haven¡¯t yet achieved. SOME CLARIFICATIONS: 1.?????? The Putty error message is - Network Error: Software caused connection to abort. I believe these indicate that the problem must be with the RPi¡¯s SSHD implementation. ACTIONS TAKEN: 1.?????? root/usr/share/openssh/sshd_config was edited to enable ClientAliveInterval and set its value to 14400 (4 hours) and to enable ClientAliveCountMax and set its value to 3. This provides 12 hours of daylight operation, but does not stop the abort at 01:30 UTC. There are probably about 30 possible settings in my sshd_config, but only 3 (5 with my changes) are enabled. I guess the defaults are generally OK, or should others be enabled? ?? So the problem remains, and any further suggestions would be appreciate. Thanks, Tom???? K4ZAD |