358f62be8a
See anaconda pull request for discussion: https://github.com/rhinstaller/anaconda/pull/2042
13 lines
412 B
Desktop File
13 lines
412 B
Desktop File
[Unit]
|
|
Description=OpenSSH per-connection server daemon
|
|
Documentation=man:sshd(8) man:sshd_config(5)
|
|
Wants=sshd-keygen.target
|
|
After=sshd-keygen.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/crypto-policies/back-ends/opensshserver.config
|
|
EnvironmentFile=-/etc/sysconfig/sshd-permitrootlogin
|
|
EnvironmentFile=-/etc/sysconfig/sshd
|
|
ExecStart=-/usr/sbin/sshd -i $OPTIONS $CRYPTO_POLICY $PERMITROOTLOGIN
|
|
StandardInput=socket
|