Update README.md

This commit is contained in:
2026-08-15 21:31:12 -04:00
parent 24abec39a1
commit 2da4602226
+5
View File
@@ -2,4 +2,9 @@
### Modifies SSH config to allow root login with a key
```
tmp=$(mktemp) && curl -fsSL https://gitea.thewrightserver.net/josh/TWS-Semaphore/raw/branch/main/bootstrap.sh -o "$tmp" && chmod +x "$tmp" && bash "$tmp"; rm -f "$tmp"
```
### Example Command From Semaphore Instance
```
ssh-copy-id -i /root/.ssh/id_ed25519.pub root@
```