From d226535c8e82ab04e2190a218b0982ecba410ef7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 29 Jun 2009 21:28:13 -0400 Subject: Add bit when restoring for diagnostics --- etc/sshd | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sshd') diff --git a/etc/sshd b/etc/sshd index 811e587..5a12bca 100755 --- a/etc/sshd +++ b/etc/sshd @@ -50,6 +50,7 @@ /* restore ssh data for nanobsd platform */ if($g['platform'] == "nanobsd" and file_exists("/conf/sshd/ssh_host_key")) { if(!file_exists("/etc/ssh/ssh_host_key.pub")) { + echo "Restoring SSH from /conf/sshd/"; cp("/conf/sshd/* /etc/ssh/"); } } -- cgit v1.1