From b32c5a01c73ed439465bbf2534b8cffafb4f03bd Mon Sep 17 00:00:00 2001 From: iliajie Date: Wed, 23 Nov 2022 23:38:51 +0200 Subject: [PATCH] Fix openSUSE SSH server config --- sshd/config-openSUSE-Linux-15.0-ALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sshd/config-openSUSE-Linux-15.0-ALL b/sshd/config-openSUSE-Linux-15.0-ALL index 44e960831..7bc4cd120 100644 --- a/sshd/config-openSUSE-Linux-15.0-ALL +++ b/sshd/config-openSUSE-Linux-15.0-ALL @@ -1,7 +1,7 @@ sshd_path=/usr/sbin/sshd sshd_config=/etc/ssh/sshd_config client_config=/etc/ssh/ssh_config -pid_file=/var/run/sshd.init.pid +pid_file=/var/run/sshd.pid start_cmd=systemctl start sshd stop_cmd=systemctl stop sshd keygen_path=/usr/bin/ssh-keygen @@ -9,3 +9,4 @@ sync_create=0 sync_auth=1 sync_pass=0 sync_gnupg=0 +restart_cmd=systemctl reload sshd