SSH Server#
Management → SSSSH Servers
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
SSHServer
SPEC
SSHServerSpec defines the desired state of SSHServer
-
Enable password authentication for the SSH server. If disabled, only key-based authentication will be allowed.
-
Enable the SSH server.
-
Port for the SSH server to listen on.
range: 1 to 65535 -
Router to associate the server with.
-
The Kind of the router for the server.
enum: "ManagementRouter", "Router", "DefaultRouter" -
Selects router resources based on the defined Kind. Applies to DefaultRouter only. Not supported for Router and ManagementRouter.
STATUS
SSHServerStatus defines the observed state of SSHServer
-
Health score of the SSH server.
-
Reason for the health score.
-
Indicates when the SSH server last changed state.
-
Operational state of the SSH server.
enum: "Up", "Down", "Degraded", "Unknown"