aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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