f98acbdc5d
This reverts commit 8a294387d0
.
This change has been pushed to Fedora 40 and is pending discussion /
voting from FESCo.
See: https://pagure.io/fesco/issue/3062
See: https://fedoraproject.org/wiki/Changes/Drop_Sshd_Socket
12 lines
181 B
SYSTEMD
12 lines
181 B
SYSTEMD
[Unit]
|
|
Description=OpenSSH Server Socket
|
|
Documentation=man:sshd(8) man:sshd_config(5)
|
|
Conflicts=sshd.service
|
|
|
|
[Socket]
|
|
ListenStream=22
|
|
Accept=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|