From b537bf12e0ff92e5556a816e6154dbe290c83d93 Mon Sep 17 00:00:00 2001 From: ageissler Date: Tue, 29 Oct 2024 10:14:43 +0100 Subject: [PATCH] =?UTF-8?q?setup/init-sshd.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/init-sshd.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 setup/init-sshd.sh diff --git a/setup/init-sshd.sh b/setup/init-sshd.sh new file mode 100644 index 0000000..cc1f786 --- /dev/null +++ b/setup/init-sshd.sh @@ -0,0 +1 @@ +#!/bin/bash \ No newline at end of file