summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-16 23:57:21 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-16 23:57:21 -0500
commitc03ecd8f9fdd8503c1fedcb4caecaa70495f350a (patch)
tree3e2aa526ef6c68ce743b3731bef8ea520929fbaf
parent4268bc80abb143471359c396aa3d110c0a9c71bb (diff)
Makefile: Update prd-sk.
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bde8ecc..fb9e67e 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ RC_D=etc/rc.d/nfsw
NGINX_DIR=etc/nginx
NEWSYSLOG=etc/newsyslog.conf
-SSH_PUB=ssh/lyra.pub
+SSH_PUB=lyra.pub
TB=bin/tball
TB_CNF=etc/tball
@@ -161,8 +161,9 @@ prd-rr:
prd-sk:
- rsync ${SSH_PUB} root@${PRD_HOST}:~/.ssh/
- ssh root@${PRD_HOST} cat ~/.ssh/${SSH_PUB} >> ~/.authorized_keys
+ rsync ssh/${SSH_PUB} root@${PRD_HOST}:~/.ssh/
+ ssh root@${PRD_HOST} \\"cat ~/.ssh/${SSH_PUB} \
+ >> ~/.ssh/authorized_keys\\"
.PHONY: prd-sk
prd-tb: