sshd.config.matchBlock
Description
A block of SSH server configuration
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| criteria | string | The match criteria for this block |
| params | map[string]string | Configuration values in this block |
| ciphers | []string | Ciphers configured for this SSH server |
| macs | []string | MACs configured for this SSH server |
| kexs | []string | Key exchange algorithms configured for this SSH server |
| hostkeys | []string | Host keys configured for this SSH server |
| permitRootLogin | []string | PermitRootLogin setting in SSH server |
| context | file.context | Contextual info, where this resource is located and defined |