Configures the maximum number of seconds that the SSH session is allowed to idle before timing out.
By default, there is no timeout.
Global configuration mode
Use the no form of the command to reset the default.
This command configures the maximum interval of time that the SSH session is allowed to idle. When an SSH session is idle for a time defined by the idle timeout, the session is terminated.
This example changes the timeout to 15 seconds.
device# configure terminal device(config)# ssh server max-idle-timeout 15