This commit is contained in:
Ivan Jurišić 2024-03-08 14:21:04 +01:00
parent 6b30510a68
commit 0005a9eb5b

2
debian/settings/reset-sshd-keys.sh vendored Normal file → Executable file
View File

@ -37,6 +37,6 @@ if choice 2>/dev/null; then
echo -ne "\nGenerate key ...\n"
dpkg-reconfigure openssh-server
systemctl restart sshd
systemctl status sshd
systemctl status sshd
fi