From 28a1b864972e1f93aa57c88c0cce9ea97e61bea2 Mon Sep 17 00:00:00 2001 From: laking <laking@ispconfig3> Date: Mon, 04 Apr 2011 21:33:44 -0400 Subject: [PATCH] Update on certificte ssh-rsa authentication. Under construction are the shell plugins. --- server/plugins-available/shelluser_jailkit_plugin.inc.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/plugins-available/shelluser_jailkit_plugin.inc.php b/server/plugins-available/shelluser_jailkit_plugin.inc.php index ca7b5ab..ffe94fa 100755 --- a/server/plugins-available/shelluser_jailkit_plugin.inc.php +++ b/server/plugins-available/shelluser_jailkit_plugin.inc.php @@ -272,7 +272,7 @@ chgrp(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_puserhome), $this->data['new']['pgroup']); $this->app->log("Added created jailkit parent user home in : ".$this->data['new']['dir'].$jailkit_chroot_puserhome,LOGLEVEL_DEBUG); - + /* // ssh-rsa authentication variables $sshrsa = escapeshellcmd($this->data['new']['ssh_rsa']); $usrdir = escapeshellcmd($this->data['new']['dir']).'/'.$jailkit_chroot_userhome; @@ -327,7 +327,7 @@ exec("chmod 600 '$sshkeys'"); $this->app->log("ssh-rsa key added to ".$sshkeys,LOGLEVEL_DEBUG); - + */ } //* Update the website root directory permissions depending on the security level -- Gitblit v1.9.1