github.com/spg/deis@v1.7.3/builder/rootfs/etc/confd/conf.d/authorized_keys.toml (about)

     1  [template]
     2  src   = "authorized_keys"
     3  dest  = "/home/git/.ssh/authorized_keys"
     4  uid = 1000
     5  gid = 1000
     6  mode  = "0600"
     7  keys = [
     8    "/deis/builder/users",
     9  ]