From d676d8d8ae5d925b499b618084f2080e387f4152 Mon Sep 17 00:00:00 2001 From: jirka1324 Date: Sun, 2 Feb 2025 19:57:19 +0100 Subject: [PATCH] added imediate run of key download --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 475ae82..29a3a83 100755 --- a/install.sh +++ b/install.sh @@ -18,6 +18,10 @@ systemctl restart sshd echo "SSH je nyní nastaveno pouze pro přihlašování pomocí klíčů." +./update-ssh-keys.sh + +echo "klice aktualizovany" + cp ./update-ssh-keys.sh /usr/bin/update-ssh-keys.sh cp ./config/update-ssh-keys.service /etc/systemd/system/update-ssh-keys.service cp ./config/update-ssh-keys.timer /etc/systemd/system/update-ssh-keys.timer