.ssh/sshsvc.conf: Newer version of `sshsvc-mkauthkeys'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 24 Apr 2015 09:43:37 +0000 (10:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 24 Apr 2015 09:43:37 +0000 (10:43 +0100)
.ssh/sshsvc.conf

index 5099cdd..d90ee8b 100644 (file)
@@ -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"
 }