client and a DoS attack against OpenSSH's client and server (bsc#1237040, CVE-2025-26465, bsc#1237041, CVE-2025-26466): * fix-CVE-2025-26465-and-CVE-2025-26466.patch OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=282
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
## Path: Network/Remote access/SSH
|
|
## Description: SSH server settings
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: sshd
|
|
#
|
|
# Options for sshd
|
|
#
|
|
SSHD_OPTS=""
|
|
|
|
#
|
|
# Whether to run ssh-keygen -A
|
|
#
|
|
SSHD_AUTO_KEYGEN="yes"
|