From c03ecd8f9fdd8503c1fedcb4caecaa70495f350a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 16 Nov 2019 23:57:21 -0500 Subject: Makefile: Update prd-sk. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3