diff options
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | src/keys/SSH/andreh.pub.txt (renamed from src/infrastructure/keys/SSH/andreh.pub.txt) | 0 | ||||
-rw-r--r-- | src/keys/SSH/root@euandre.org.id_rsa.pub.stripped (renamed from src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped) | 0 | ||||
-rw-r--r-- | src/keys/SSH/root@euandre.org.id_rsa.pub.txt (renamed from src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt) | 0 |
4 files changed, 5 insertions, 5 deletions
@@ -6,16 +6,16 @@ DOCDIR = $(SHAREDIR)/doc/$(NAME) -all: public src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped +all: public src/keys/SSH/root@euandre.org.id_rsa.pub.stripped packages system: ALWAYS \ - src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped + src/keys/SSH/root@euandre.org.id_rsa.pub.stripped rm -f $@ guix build -r $@ -v3 -f src/guix/$@.scm -src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \ - src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt +src/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \ + src/keys/SSH/root@euandre.org.id_rsa.pub.txt cut -d' ' -f8- < $(@D)/`basename $(@F) .stripped`.txt > $@ install: all @@ -105,7 +105,7 @@ upload-secrets: $(prod-secrets.txt) ## Generate the ".ssh/authorized_keys" file and upload ## it to rsync.net. upload-keys: - cat src/infrastructure/keys/SSH/*.txt | ssh suyin dd of=.ssh/authorized_keys + cat src/keys/SSH/*.txt | ssh suyin dd of=.ssh/authorized_keys ALWAYS: diff --git a/src/infrastructure/keys/SSH/andreh.pub.txt b/src/keys/SSH/andreh.pub.txt index bfd5e6f..bfd5e6f 100644 --- a/src/infrastructure/keys/SSH/andreh.pub.txt +++ b/src/keys/SSH/andreh.pub.txt diff --git a/src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped b/src/keys/SSH/root@euandre.org.id_rsa.pub.stripped index 4a715ff..4a715ff 100644 --- a/src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped +++ b/src/keys/SSH/root@euandre.org.id_rsa.pub.stripped diff --git a/src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt b/src/keys/SSH/root@euandre.org.id_rsa.pub.txt index acedbf1..acedbf1 100644 --- a/src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt +++ b/src/keys/SSH/root@euandre.org.id_rsa.pub.txt |