Install guide

Software Version 2.8.1 151
Software Version 2.8.1
C613-10477-00 REV B
set ssh client
Syntax SET SSH CLIent [IDLEtimeout=0..4294967295]
[LOGintimeout=1..600]
[PREservemtime={ENAbled|DISabled}]
Description This new command modifies the configuration of the Secure Shell client. When
the router or switch is in security mode, this command requires a user with
Security Officer privilege.
Example To set the SSH client idle timer to three minutes, and the login timer to 10
seconds, use the command:
set ssh cli idle=180 log=10
Parameter Description
IDLEtimeout The period of time, in seconds, set for the SSH client’s idle timer. If the
specified time period lapses since the last time an SSH session received
data from the remote server, the session is terminated. This applies
from the moment that the SSH session becomes established, regardless
of whether the user has logged in or not. If the SSH client idle timeout
period is modified while there are established SSH sessions, the idle
timers for those sessions are reset so that they use the new timeout
value. Any idle time accumulated by those sessions prior to the
modification is lost.
Default: 0
0 The idle timer remains off, and the session must be
terminated by the user.
1..4294967295 The idle timer is active, and the session terminates
when the idletimeout limit is reached.
LOGintimeout The time in seconds that the client waits for the SSH session to
establish. This cannot be turned off.
Default: 30
PREservemtime Whether the SCP client preserves the modification time of the source
file.
Default: enabled
ENAbled Files copied to and from the router or switch keep
the same modified time as the source file.
DISabled Files copied to and from the router or switch show
the time of being copied as the modified time.