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