From 08c588789bb4663f38cbe53e2055b530d2029b60 Mon Sep 17 00:00:00 2001 From: laking <laking@ispconfig3> Date: Sun, 03 Apr 2011 23:53:30 -0400 Subject: [PATCH] Implemented passwordless ssh-rsa authentication support. --- interface/web/sites/templates/shell_user_edit.htm | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/templates/shell_user_edit.htm b/interface/web/sites/templates/shell_user_edit.htm index 7655743..6e2c3d9 100644 --- a/interface/web/sites/templates/shell_user_edit.htm +++ b/interface/web/sites/templates/shell_user_edit.htm @@ -43,6 +43,10 @@ <label for="quota_size">{tmpl_var name='quota_size_txt'}</label> <input name="quota_size" id="quota_size" value="{tmpl_var name='quota_size'}" size="7" maxlength="7" type="text" class="textInput formLengthLimit" /><p class="formInputUnity"> MB</p> </div> + <div class="ctrlHolder"> + <label for="ssh_rsa">ssh_rsa</label> + <input name="ssh_rsa" id="ssh_rsa" value="" maxlength="600" type="text" class="textInput" /> + </div> <div class="ctrlHolder"> <p class="label">{tmpl_var name='active_txt'}</p> <div class="multiField"> -- Gitblit v1.9.1