diff --git a/README.md b/README.md index ce7f8b3..536c14e 100644 --- a/README.md +++ b/README.md @@ -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@ ``` \ No newline at end of file