Fix SSH configs

This commit is contained in:
iliajie
2022-07-22 18:01:09 +03:00
parent 81f763d241
commit 9b658f07bc
7 changed files with 19 additions and 2 deletions

View File

@ -9,3 +9,4 @@ sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload sshd

View File

@ -9,3 +9,4 @@ sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload sshd

View File

@ -9,3 +9,4 @@ sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload sshd

View File

@ -0,0 +1,12 @@
sshd_path=/usr/sbin/sshd
sshd_config=/etc/ssh/sshd_config
client_config=/etc/ssh/ssh_config
pid_file=/var/run/sshd.pid
start_cmd=systemctl start sshd
stop_cmd=systemctl stop sshd
keygen_path=/usr/bin/ssh-keygen
sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload sshd

View File

@ -9,3 +9,4 @@ sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload sshd

View File

@ -2,10 +2,11 @@ sshd_path=/usr/sbin/sshd
sshd_config=/etc/ssh/sshd_config
client_config=/etc/ssh/ssh_config
pid_file=/var/run/sshd.pid
start_cmd=systemctl start sshd.service
stop_cmd=systemctl stop sshd.service
start_cmd=systemctl start sshd
stop_cmd=systemctl stop sshd
keygen_path=/usr/bin/ssh-keygen
sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload sshd