From: Mark Wooding Date: Fri, 24 Apr 2015 09:43:37 +0000 (+0100) Subject: .ssh/sshsvc.conf: Newer version of `sshsvc-mkauthkeys'. X-Git-Url: https://git.distorted.org.uk/~mdw/dyndns/commitdiff_plain/dff15e492011f0bb836df99614749330db19ede3 .ssh/sshsvc.conf: Newer version of `sshsvc-mkauthkeys'. --- diff --git a/.ssh/sshsvc.conf b/.ssh/sshsvc.conf index 5099cdd..d90ee8b 100644 --- a/.ssh/sshsvc.conf +++ b/.ssh/sshsvc.conf @@ -1,5 +1,7 @@ ### -*-sh-*- +cmd=bin/update + make_key_line () { user=$1 hosts="" @@ -17,6 +19,5 @@ make_key_line () { case ${hosts+t} in t) ;; *) continue ;; esac line="environment=\"DYNDNS_HOST=$hosts\"" line="$line${zone:+,environment=\"DYNDNS_ZONE=$zone\"}" - line="$line,command=\"bin/update\"" echo "$line" }