Idle timeout
rg40xxv/ports/herms_sdl_client.py builds Dropbear SSH
as:
ssh -t -y -K 30 -I 90 <target> <remote_cmd>
-I 90 is the primary suspect for the idle disconnect.
Remove it or set a much larger/disabled value, then verify with an RG
idle test longer than the reported failure window. Keep
-K 30 if Dropbear accepts it, since it is the keepalive
interval.
Slow connection
rg40xxv/ports/Hermes.sh still defaults to:
mehdifarah@192.168.1.44,mehdifarah@100.120.38.37
Now that Ethernet is plugged in, the default target list should prefer:
mehdifarah@192.168.1.46,mehdifarah@relik-pi4.local,mehdifarah@192.168.1.44,mehdifarah@100.120.38.37
Keep HERMES_SSH_TARGETS and
HERMES_SSH_TARGET overrides intact.