summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/sshd4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index fd80753..0e351d1 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -172,6 +172,10 @@
echo "done.\n";
}
+ // NanoBSD
+ if(file_exists("/root/save_sshkeys"))
+ exec("/root/save_sshkeys");
+
conf_mount_ro();
?> \ No newline at end of file
OpenPOWER on IntegriCloud