Re: Keepalives is off-inactivity timeout not working
Keepalives is set to off on the winscp client. Other clients that connect to this server get disconnected after 10 minutes of inactivity, which is what is supposed to happen. When I connect from winscp with the keepalive setting off in the client, I am not booted after 10 minutes of inactivity.
Check the WinSCP log to see is it sending something to the server in regular intervals.
Also note that due to synchronous nature of the SCP/SFTP protocol, WinSCP does not notice that it was disconnected. You need to perform some action (like attempt to copy file) for it to detect that connection was lost.