When we are performing backup copy job to Linux based repositories, we are hitting this particular bug:
https://github.com/sshnet/SSH.NET/issues/105
The following error message fails the jobs very often:
Processing XXXXXX Error: Data longer than 2147483647 is not supported. 02:40
We have the following lines in our sshd_config in order to avoid timeouts over IPSec VPN tunnels:
Code: Select all
ClientAliveInterval 30
ClientAliveCountMax 28800
According to the issue thread on GitHub, the problem has been resolved in newer versions of the Renci SSH.NET library. Are there plans to including a newer version in 9.5 Update 4?