.ssh/sshsvc.conf: Newer version of `sshsvc-mkauthkeys'.
[dyndns] / .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"
 }