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
12 lines
137 B
SYSTEMD
12 lines
137 B
SYSTEMD
[Unit]
|
|
Description=OpenSSH Server Socket
|
|
Conflicts=sshd.service
|
|
|
|
[Socket]
|
|
ListenStream=22
|
|
Accept=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|
|
|