General
Development
|
SSHLINK(1) Manual PageNAMEsshlink - Create a SSH backlink to connect to a host behind a firewall SYNOPSISsshlink [OPTIONS] [HOSTS] DESCRIPTIONA well-known method to connect a host that remains behind a firewall is using a SSH back-link with a remote port forwarding. While that's a fairly simple task, sshlink makes it simplier to configure. You can use both password and RSA+passphrase authentification schemes. You can enable remote logging to know about sshlink connections and available port forwarding. Additionally, you can run scripts automatically on the local and remote machine every time a connection or still-alive check is spawned. You can configure multiple hosts and enabled them individually. If no host is given in HOSTS argument, it will connect to those with the connect option enabled in the configuration. Sshlink is written in Python and uses the handy Pexpect module to interface with ssh. OPTIONS
CONFIGURATION FILEIt's located at /etc/sshlink.conf. The options must be written inside a [section] with the format option = value. Default values, if needed, should be included inside the [default] section. Other sections are considered hosts; sshlink will connect by default to all the hosts where the connect option is enabled.
FILES/etc/sshlink.conf - Default configuration file /var/run/sshlink.pid - Default pidfile /var/log/daemon.log - Default log file in remote host AUTHORWritten by Arnau Sanchez, <arnau@ehas.org> SEE ALSOssh(1), sshd(1), logger(1) COPYINGCopyright (C) 2006-2007 Arnau Sanchez. Free use of this software is granted under the terms of the GNU General Public License (GPL). |