]> git.pld-linux.org Git - packages/autossh.git/blame - autossh.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/autossh.git] / autossh.spec
CommitLineData
6170e6df 1Summary: Automatically restart SSH sessions and tunnels
2Summary(pl): Automatyczny restart sesji i tuneli SSH
3Name: autossh
24a31d34 4Version: 1.2d
6170e6df 5Release: 1
6License: GPL
7Group: Applications/Networking
8Vendor: Carson Harding <carson.harding@shaw.ca>
9Source0: http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz
10URL: http://www.harding.motd.ca/autossh/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Autossh is a program to start a copy of ssh and monitor it, restarting
15it as necessary should it die or stop passing traffic. The idea and
16the mechanism are from rstunnel (Reliable SSH Tunnel), but implemented
17in C. The author's view is that it is not as fiddly as rstunnel to get
18to work. Connection monitoring using a loop of port forwardings. Backs
19off on rate of connection attempts when experiencing rapid failures
20such as connection refused. Compiled and tested on OpenBSD, Linux, and
21Solaris; should work fine on other BSDs (except Mac OS 10).
22
a6e1aeab
JB
23%description -l pl
24