.POSIX: all: 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