From 0e7ae9c77f84ea1572c722dbe8006ffc0bec8650 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 13:46:32 +0200 Subject: Graphical fix. Modifying
to fix skin issues. --- openssh-listauth-html.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openssh-listauth-html.lsp') diff --git a/openssh-listauth-html.lsp b/openssh-listauth-html.lsp index 618e177..6df3f0a 100644 --- a/openssh-listauth-html.lsp +++ b/openssh-listauth-html.lsp @@ -24,7 +24,8 @@ <% if #auth.key>32 then io.write(html.html_escape(string.sub(auth.key,0,16)) .. " ... " .. html.html_escape(string.sub(auth.key, -16))) else io.write(html.html_escape(auth.key)) end %> <% end %> -
+

In order to preserve keys with lbu, you must add /<% if view.value.user.value ~= "root" then io.write("home/") end %><%= view.value.user.value %>/.ssh/authorized_keys to lbu include + <% viewlibrary.dispatch_component("addauth", {user=view.value.user.value}) %> -- cgit v1.2.3