View the configured global values and the internal system timers. The timers display a time stamp indicating, in seconds since last boot, when an event occurred.
exec
show switchServices sshd advanced
Heading | Description | Filter |
---|---|---|
SSH Server Port | The port the system uses for SSH sessions. Valid values are from 1 to 65535. |
sshdPort integer |
Max Authentication Time | The maximum number of seconds allowed for the user authentication phase to complete. If the timer expires, the system cancels the request. A value of 0 disables the timeout timer. Valid values are from 0 to 180. |
maximumAuthenticationTime integer |
CLI Inherits SSH Login Credentials | Allows automatic CLI login if password authentication was used. Valid values:
|
cliInheritsSshLoginCredentials enumeration |
Error Handler | Sets the sshd applications to attempt handling system errors whenever possible. Valid values:
enabled , disabled
|
handleErrors enumeration |
Global Event Interval | The number of seconds allowed between similar SSH global events. This allows you to limit the frequency with which the system reports similar events to avoid flooding the network. Valid values are from 0 to 600. |
globalEventInterval integer |
Execution Monitor Mode | The system monitors its own internal processes. Valid values:
|
executionMonitorMode enumeration |
Patch Vendors | The name of any SSH vendors that should have known patches applied. If that vendor has known problem clients, the system automatically applies patches for known issues. Valid values:
|
patchVendorIds enumeration |
Keep Alive Interval | The number of seconds between 'keep alive' messages sent to the client. If the client does not respond after three keep alives, the system destroys the session. Keep alive messages are not universally supported across client applications. Because of this, the system instead sends a channel request to an invalid service. This function is just like a keep alive, as an error response indicates an active client. If the client application doesn't support error response properly, disable this feature by setting the clientKeepAliveInterval to 0. Valid values are from 0 to 3600. |
clientKeepAliveInterval integer |
SSH Server Public Key | The operational view of the public key that the server is using. | SvrPublicKey mlText |
You can do the following