a7db4b3dea0a3cfc6a207c058ab502fcc11b035c
Bootstrap Oneliner
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"
Description
Languages
Shell
100%