From a8516c0f72a002b50870f682756ea0360953b541 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 6 Feb 2013 21:21:00 +0100 Subject: [PATCH] add sudo rules, fix dyndns user creation --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b02ddeb..002b011 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Setup 2. Create a user with ``ssh-dyndns`` as login shell:: - $ useradd -g nogroup -m -N -s /usr/local/src/ssh-dyndns dyndns + $ useradd -g nogroup -m -N -s /usr/local/src/ssh-dyndns/ssh-dyndns dyndns 3. Setup password-less ssh keys for the dyndns user:: @@ -43,9 +43,10 @@ Setup $ cp /usr/local/src/ssh-dyndns/ssh-dyndns.sh.config-dist /etc/ssh-dyndns.sh $ nano /etc/ssh-dyndns.sh -6. Allow ssh-dyndns to run "sudo make" without password +6. Allow ssh-dyndns to run "sudo make" without password:: - FIXME + $ visudo + dyndns ALL= NOPASSWD: /usr/bin/make Configuration -- 2.30.2