This commit is contained in:
Maurice
2025-09-30 20:06:30 +02:00
parent 9a0277a48d
commit 313284fafd
9 changed files with 27 additions and 14 deletions

View File

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