From 31e0878b49b9a102b0c02748b5293b8042667c55 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 10 Mar 2023 18:03:43 -0300 Subject: Split SSH public keys into files, and upload it via a make target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82a215b..53be13d 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,9 @@ check: clean: public: + + +## Generate the ".ssh/authorized_keys" file and upload +## it to rsync.net. +upload-keys: + cat src/infrastructure/keys/SSH/*.pub | ssh suyin dd of=.ssh/authorized_keys -- cgit v1.2.3