aboutsummaryrefslogtreecommitdiff
path: root/templates/monkeysphere-authentication.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/monkeysphere-authentication.conf.erb')
-rw-r--r--templates/monkeysphere-authentication.conf.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/monkeysphere-authentication.conf.erb b/templates/monkeysphere-authentication.conf.erb
index 1b13cfd..a76e6b8 100644
--- a/templates/monkeysphere-authentication.conf.erb
+++ b/templates/monkeysphere-authentication.conf.erb
@@ -32,3 +32,6 @@
# username of the user. Setting this variable to 'none' prevents the
# inclusion of user controlled authorized_keys file.
#RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
+<% if @raw_authorized_keys -%>
+RAW_AUTHORIZED_KEYS=<%= @raw_authorized_keys -%>
+<% end -%>