summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/sshd b/etc/sshd
index dc9320b..ece1d21 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -48,21 +48,6 @@
}
}
- if($argv[1] == "stop" || $argv[0] == "stop") {
- if(file_exists("/root/.authorized_keys")) {
- $ak = return_filename_as_string("/root/.authorized_keys");
- $ak = base64_encode($ak);
- if($ak <> $config['ssh']['ak']) {
- echo "Syncing /root/.authorized_keys...";
- conf_mount_rw();
- $config['ssh']['ak'] = $ak;
- write_config("Syncing changed authorized_keys ssh file.");
- conf_mount_ro();
- }
- }
- exit;
- }
-
if (!is_dir("/var/empty")) {
/* make ssh home directory */
mkdir("/var/empty", 0555);
OpenPOWER on IntegriCloud