diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |