84 lines
2.2 KiB
HTML
84 lines
2.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
|
<meta name=" robot" content="follow, index, all" />
|
|
|
|
<title>Ereshkigal</title>
|
|
|
|
<style>
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
{
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
font-weight: bold;
|
|
color: #08f;
|
|
}
|
|
|
|
h1
|
|
{
|
|
padding-top: 20px;
|
|
}
|
|
|
|
a {
|
|
color:black;
|
|
font-weight:bold;
|
|
}
|
|
|
|
a:hover {
|
|
color:#00f;
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 id="title">Ereshkigal - AutoSSH tunnels monitor</h1>
|
|
|
|
<p>Ereshkigal is an autossh tunnel monitor. It gives a user interface to monitor existing SSH tunnel that are managed with autossh. </p>
|
|
|
|
<p><a href="https://sourceforge.net/projects/ereshkigal/files/">Download the latest version</a></p>
|
|
|
|
<img src="https://sourceforge.net/dbimage.php?id=220435" />
|
|
|
|
<h1>FAQ</h1>
|
|
|
|
<h2>Prerequisites</h2>
|
|
<p>Ereshkigal targets Unix-like operating systems, and depends on:
|
|
<ul>
|
|
<li><a href="http://www.harding.motd.ca/autossh/">autossh</a> (which needs <a href="http://www.openssh.com/">OpenSSH</a>, obviously)</li>
|
|
<li><a href="http://www.python.org">python</a> ≥ 2.4</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<h2>How to use this ø$%*µ§! script?</h2>
|
|
<p>Simply run <code>ereshkigal</code> to have the tunnel list, or <code>ereshkigal --curses</code> for the text-mode interactive interface.</p>
|
|
<p>See the help for more options:</p>
|
|
<pre>
|
|
$ ./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
|
|
</pre>
|
|
</code>
|
|
|
|
<h2>Tell me more</h2>
|
|
|
|
<p>Ereshigal is released under the <a href="http://www.fsf.org/licensing/licenses/gpl-3.0.html">GNU General Public License version 3</a>.</p>
|
|
<p>See the sourceforge <a href="https://sourceforge.net/projects/ereshkigal">project page</a> if you want to participate or get more informations.</p>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|