Index: branches/releng-9.0/nanobsd/files/etc/ssh/sshd_config
===================================================================
--- branches/releng-9.0/nanobsd/files/etc/ssh/sshd_config	(revision 10441)
+++ branches/releng-9.0/nanobsd/files/etc/ssh/sshd_config	(revision 10445)
@@ -54,4 +54,5 @@
 #PubkeyAuthentication yes
 #AuthorizedKeysFile	.ssh/authorized_keys
+AuthorizedKeysFile /etc/ssh/authorized_keys
 
 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
Index: branches/releng-9.0/nanobsd/files/root/.ssh
===================================================================
--- branches/releng-9.0/nanobsd/files/root/.ssh	(revision 10441)
+++ 	(revision )
@@ -1,1 +1,0 @@
-link /etc/dot_ssh
Index: branches/releng-9.0/nanobsd/files/root/.ssh/README
===================================================================
--- branches/releng-9.0/nanobsd/files/root/.ssh/README	(revision 10445)
+++ branches/releng-9.0/nanobsd/files/root/.ssh/README	(revision 10445)
@@ -0,0 +1,4 @@
+To make maintainance and control more easy, please note:
+  * authorized_keys are stored globally at /etc/ssh/authorized_keys
+  * known host entries are automatically added to /etc/ssh/ssh_known_hosts
+  * Config is stored at /etc/ssh/ssh_config
Index: branches/releng-9.0/nanobsd/files/tools/wl-config
===================================================================
--- branches/releng-9.0/nanobsd/files/tools/wl-config	(revision 10441)
+++ branches/releng-9.0/nanobsd/files/tools/wl-config	(revision 10445)
@@ -36,6 +36,6 @@
   case "$1" in 
   'authorized_keys')
-     STARTUP_LOC="/cfg/dot_ssh/${FILE}"
-     RUNNING_LOC="/etc/dot_ssh/${FILE}"
+     STARTUP_LOC="/cfg/ssh/${FILE}"
+     RUNNING_LOC="/etc/ssh/${FILE}"
      FILE_HINT=""
    ;;
