diff options
author | EuAndreh <eu@euandre.org> | 2023-06-21 06:51:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-06-21 06:51:57 -0300 |
commit | ceba35b8b8bde6d3045050be613378f68574edf6 (patch) | |
tree | fe892e630d8f6d15606470268f98ce8250735514 /Makefile | |
parent | src/secrets/nginx.conf.txt.gpg: Add private nginx config, and include it in s... (diff) | |
download | server-ceba35b8b8bde6d3045050be613378f68574edf6.tar.gz server-ceba35b8b8bde6d3045050be613378f68574edf6.tar.xz |
Add "--lock-wait 1200" restriction to the SSH key command
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show ceba35b8b8bde6d3045050be613378f68574edf6
git notes --ref=refs/notes/ci-data show ceba35b8b8bde6d3045050be613378f68574edf6
Exit status: 0
Duration: 22
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ packages system: ALWAYS \ src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \ src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt - cut -d' ' -f6- < $(@D)/`basename $(@F) .stripped`.txt > $@ + cut -d' ' -f8- < $(@D)/`basename $(@F) .stripped`.txt > $@ install: all mkdir -p \ |