diff --git a/doc/adminguide.html b/doc/adminguide.html
index 94497667..6280fc71 100755
--- a/doc/adminguide.html
+++ b/doc/adminguide.html
@@ -291,6 +291,30 @@ Although the elogd program does not support secure
connections over SSL directly, it is still possible to access elogd
securely using one of the following methods:
+
+ +
elogd can be accessed through a a SSH tunnel.
+To do so, open an SSH tunnel like:
++
ssh -L 1234:your.server.name:8080 your.server.name+
+This opens a secure tunnel from your local host, port 1234, to the server host
+where the elogd daemon is running on port 8080. Now you can
+access http://localhost:1234 from your browser and reach
+elogd in a secure way.
+
+
elogd togethwer with
@@ -329,32 +353,10 @@ details.
This reveals any potential error.
--
- -
elogd can be accessed through a a SSH tunnel.
-To do so, open an SSH tunnel like:
--
ssh -L 1234:your.server.name:8080 your.server.name-
-This opens a secure tunnel from your local host, port 1234, to the server host
-where the elogd daemon is running on port 8080. Now you can
-access http://localhost:1234 from your browser and reach
-elogd in a secure way.