This commit is contained in:
Maurice
2025-09-30 13:04:56 +02:00
parent 777f78ce6f
commit 9a0277a48d
10 changed files with 39 additions and 18 deletions

View File

@@ -1,2 +1,6 @@
#!/bin/sh
ln -sf ./sshd_config /etc/ssh/sshd_config
ln -sf ./sshd_config /etc/ssh/sshd_config
if [ "$1" = "reload" ]; then
rc-service sshd restart
fi