
Class to configure ssh access to git repositories. Co-Authored-By: K Jonathan Harker <k.jonathan.harker@hp.com> Change-Id: I9bc857251b6ce119c6b6d6c9323f882327281466
7 lines
279 B
Plaintext
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 -%>
|