From a8ed6675632af316c2eb7223088e12da3e4ee129 Mon Sep 17 00:00:00 2001 From: Antoine Beaupré Date: Wed, 6 Nov 2013 16:58:24 -0500 Subject: RAW_AUTHORIZED_KEYS support --- templates/monkeysphere.conf.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/monkeysphere.conf.erb b/templates/monkeysphere.conf.erb index 53e4b9e..f7988b8 100644 --- a/templates/monkeysphere.conf.erb +++ b/templates/monkeysphere.conf.erb @@ -37,3 +37,5 @@ # The path to the SSH authorized_keys file. #AUTHORIZED_KEYS=~/.ssh/authorized_keys + +<% if @raw_authorized_keys %>RAW_AUTHORIZED_KEYS=<%= @raw_authorized_keys %><% end %> -- cgit v1.2.3