Is there a setting in SFTP server which defines the max inactivity time for sessions? I'm looking at ServerSettings.MaxSessionDuration
, but it's not clear whether it refers to the whole session duration, or only the inactive duration.
Thanks in advance.