docs: add chmod +x instruction before executing scripts

Users should explicitly grant execute permission to downloaded scripts
for transparency and security best practices.
This commit is contained in:
shokollm
2026-03-30 03:42:53 +00:00
parent 1e2d88d811
commit 0563e7bced
2 changed files with 11 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ To access kugetsu from a remote machine, SSH setup is required.
Run the SSH setup script inside your container:
```bash
chmod +x skills/kugetsu/scripts/sshd-setup.sh
bash skills/kugetsu/scripts/sshd-setup.sh <username>
```