From 62b197ea0604cf9d785bf67eefcf7be00daa92b9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 13:06:07 +0100 Subject: create routine to update ssh_authorized_keys via ssh --- services/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'services/Makefile') diff --git a/services/Makefile b/services/Makefile index 37931f47..a4db7df1 100644 --- a/services/Makefile +++ b/services/Makefile @@ -7,7 +7,8 @@ export services_home := /opt/services .PHONY: authorized_keys -service-user: $(services_home)/services.txt $(services_home)/.ssh/authorized_keys + +service-user: $(services_home)/services.txt ssh_authorized_keys @echo 'also make sure that the user is created: make create-service-user' create-service-user: @@ -15,6 +16,8 @@ create-service-user: rmdir $(services_home) useradd -m -r -l -f -1 -d $(services_home) services +ssh_authorized_keys: $(services_home)/.ssh/authorized_keys + $(services_home)/.ssh: mkdir $@ chown services:services $@ -- cgit v1.2.3