From 68610b9c200dc54e05f591b956ed162f5331f692 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 17 Jul 2013 01:49:37 +0200 Subject: fix services --- services/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'services/Makefile') diff --git a/services/Makefile b/services/Makefile index a4db7df1..c537b50d 100644 --- a/services/Makefile +++ b/services/Makefile @@ -26,6 +26,7 @@ $(services_home)/.ssh/authorized_keys: $(services_home)/.ssh $(authorized_keys_f cp $(authorized_keys_file) $(services_home)/.ssh/authorized_keys @echo "restricting authorized_keys..." @sed -i 's#^#command="/bin/cat $(services_home)/services.txt",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty #' $(services_home)/.ssh/authorized_keys + chown services:services $(authorized_keys_file) $(services_home)/services.txt: @echo 'make sure to configure the services correctly in $(services_home)/services.txt' -- cgit v1.2.3