Config¶
Leafs
Enum Classes
-
class
System.SshServer.
Config
¶ Bases:
Entity
Class Hierarchy:
System
SshServer
Config
This class represents configuration data.
Configuration data for the system ssh server
-
enable
¶ Enables the ssh server. The ssh server is enabled by default
type: bool
default value: true
-
protocol_version
¶ Set the protocol version for SSH connections to the system
type:
ProtocolVersion
default value: V2
-
timeout
¶ Set the idle timeout in seconds on terminal connections to the system for the protocol
type: int
range: 0..65535units: seconds
-
rate_limit
¶ Set a limit on the number of connection attempts per minute to the system for the protocol
type: int
range: 0..65535units: conn/min
-
session_limit
¶ Set a limit on the number of simultaneous active terminal sessions to the system for the protocol (e.g., ssh, telnet, ...)
type: int
range: 0..65535
-