Add FreeBSD build target - only with mgmt, SSH + users for now

This commit is contained in:
Pim van Pelt
2024-02-07 21:44:27 +00:00
parent f1a51505c3
commit e9a1ec6920
73 changed files with 3121 additions and 3 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
echo "Fixing SSH permissions"
chown -R root:wheel /etc/ssh
chmod 600 /etc/ssh/ssh_host*key
echo "Restarting SSH"
/etc/rc.d/sshd restart