ssh.config ========== .. raw:: html
Unique identifier for the SSH service configuration.
Array of network interface names to bind the SSH service to.
No Additional ItemsTCP port number for SSH connections.
Value must be greater or equal to 1 and lesser or equal to 65535
Array of group names allowed to authenticate with passwords.
No Additional ItemsWhether password authentication is enabled.
Whether Kerberos authentication is enabled.
Whether TCP forwarding is enabled.
Whether compression is enabled for SSH connections.
Logging level for SFTP subsystem (empty string means default).
Syslog facility for SFTP logging (empty string means default).
Array of weak ciphers to enable for compatibility with legacy clients.
No Additional ItemsAdditional SSH daemon configuration options.
SSH host private key data.
DSA host private key. null if not configured.
DSA host public key. null if not configured.
DSA host certificate public key. null if not configured.
ECDSA host private key. null if not configured.
ECDSA host public key. null if not configured.
ECDSA host certificate public key. null if not configured.
Ed25519 host private key. null if not configured.
Ed25519 host public key. null if not configured.
Ed25519 host certificate public key. null if not configured.
Legacy SSH host private key. null if not configured.
Legacy SSH host public key. null if not configured.
RSA host private key. null if not configured.
RSA host public key. null if not configured.
RSA host certificate public key. null if not configured.