Ubuntu 23 has renamed the SSH systemd service to ssh

This commit is contained in:
Jamie Cameron
2023-08-01 15:39:59 -07:00
parent f3652c7a87
commit 3671a76333
2 changed files with 12 additions and 0 deletions

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 ssh
stop_cmd=systemctl stop ssh
keygen_path=/usr/bin/ssh-keygen
sync_create=0
sync_auth=1
sync_pass=0
sync_gnupg=0
restart_cmd=systemctl reload ssh