During ssh sessions, the connection will freeze intermittently. A freeze occurs roughly every 2 minutes. Occasionally , the ssh connection will disconnect completely with the message :
client_loop: send disconnect: Connection reset
Firmware is 6.0.1
Hardware is MTCAP-LORA-1.5
I am connected to the gateway directly via ethernet. I have tried several clients, including a Cygwin terminal and Windows Powershell 7.2.6. I have used two different RJ45 cables.
The contents of C:\Users\DTusername\.ssh\config
ServerAliveInterval 60
ServerAliveCountMax 5
On the gateway, the contents of file /home/root/.ssh/config
ForwardAgent yes
AddressFamily inet
TCPKeepAlive no
ClientAliveInterval 60
ClientAliveCountMax 100
IPQoS 0
Contents of file /home/username/.ssh/config
ForwardAgent yes
AddressFamily inet
TCPKeepAlive no
ClientAliveInterval 60
ClientAliveCountMax 100
IPQoS 0
These settings have had no effect on this problem.