From 47127dbf3f843fe12b8444159e83c7acd22b3042 Mon Sep 17 00:00:00 2001
From: nojhan Ereshkigal is an autossh tunnel monitor. It gives a user interface to monitor existing SSH tunnel that are managed with autossh. Ereshkigal targets Unix-like operating systems, and depends on:
+ Ereshkigal - AutoSSH tunnels monitor
+
+
+
+
FAQ
+
+ Prerequisites
+
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 ++ + +
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.
+ + + + +