From ceba35b8b8bde6d3045050be613378f68574edf6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 21 Jun 2023 06:51:57 -0300 Subject: Add "--lock-wait 1200" restriction to the SSH key command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 657c9a3..3956f66 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3