From 47127dbf3f843fe12b8444159e83c7acd22b3042 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 24 Jan 2010 21:58:48 +0000 Subject: [PATCH] homepage and help in html --- index.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..2fb1aba --- /dev/null +++ b/index.html @@ -0,0 +1,84 @@ + + + + + + + + Ereshkigal + + + + + + + + +

Ereshkigal - AutoSSH tunnels monitor

+ +

Ereshkigal is an autossh tunnel monitor. It gives a user interface to monitor existing SSH tunnel that are managed with autossh.

+ +

Download the latest version

+ + + +

FAQ

+ +

Prerequisites

+

Ereshkigal targets Unix-like operating systems, and depends on: +

+

+ +

How to use this ø$%*µ§! script?

+

Simply run ereshkigal to have the tunnel list, or ereshkigal --curses for the text-mode interactive interface.

+

See the help for more options:

+
+$ ./ereshkigal --help
+Usage: ereshkigal [options]
+A user interface to monitor existing SSH tunnel that are managed with autossh.
+Called without options, ereshkigal displays a list of tunnels on the standard output.
+
+Options:
+  -h, --help         show this help message and exit
+  -c, --curses       start the user interface in text mode
+  -n, --connections  display only SSH connections related to a tunnel
+  -a, --autossh      display only the list of autossh processes
+
+ + +

Tell me more

+ +

Ereshigal is released under the GNU General Public License version 3.

+

See the sourceforge project page if you want to participate or get more informations.

+ + + + +