01da4c7456cd35de467ca2b237f6beb5b8c14adf
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%