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