From 3671a76333a285040aeaa6246a55b2ca4bd67869 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 1 Aug 2023 15:39:59 -0700 Subject: [PATCH] Ubuntu 23 has renamed the SSH systemd service to ssh --- ...nux-18.04-ALL => config-Ubuntu-Linux-18.04-22.10} | 0 sshd/config-Ubuntu-Linux-23.04-ALL | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename sshd/{config-Ubuntu-Linux-18.04-ALL => config-Ubuntu-Linux-18.04-22.10} (100%) create mode 100644 sshd/config-Ubuntu-Linux-23.04-ALL diff --git a/sshd/config-Ubuntu-Linux-18.04-ALL b/sshd/config-Ubuntu-Linux-18.04-22.10 similarity index 100% rename from sshd/config-Ubuntu-Linux-18.04-ALL rename to sshd/config-Ubuntu-Linux-18.04-22.10 diff --git a/sshd/config-Ubuntu-Linux-23.04-ALL b/sshd/config-Ubuntu-Linux-23.04-ALL new file mode 100644 index 000000000..1c5ed73c2 --- /dev/null +++ b/sshd/config-Ubuntu-Linux-23.04-ALL @@ -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