puppet-cgit/templates/authorized_keys.erb
Yolanda Robla 49288d9356 Add cgit::ssh class to manage git over ssh
Class to configure ssh access to git repositories.

Co-Authored-By: K Jonathan Harker <k.jonathan.harker@hp.com>
Change-Id: I9bc857251b6ce119c6b6d6c9323f882327281466
2015-07-20 15:26:31 +02:00

7 lines
279 B
Plaintext

# This file contains a list of authorized ssh keys for read-only access to git
# The list should be kept to a minimum
# Each key should have a descriptive comment field including points of contact
<% @authorized_keys.each do |authorized_key| -%>
<%= authorized_key %>
<% end -%>