I have an openSSH server on windows 2022 running and its working overall so far. Its just like 1 time a week where the connection is not working anymore. At this point the service is still running and there are no errors in the events. I am logging with DEBUG3 actually but I can't get any information why the connection stopped working..
I have 2 connections that are listening every few minutes for new data. And some more than checking for new data daily.. I thought about an "anti-flood-System" but didn't find any information if this exists.
My solution to get it to work again is pretty simple, I have to restart the service. In the installation process of openSSH, I had to set "Software\Policies\Microsoft\Windows\WindowsUpdate\AU -Name -USEWUSERVER - VALUE 0", otherwise it wasn't able to install openSSH. After the installation I had set it 1 again. I am not sure if this relevant for this issue.
Is there any way to get more information why my service is running but the connection not working? Or is there any known issue for this?
Any suggestion is appreciated.Thanks in advance!