]> git.pld-linux.org Git - packages/autossh.git/blob - autossh.spec
- massive attack: source-md5
[packages/autossh.git] / autossh.spec
1 Summary:        Automatically restart SSH sessions and tunnels
2 Summary(pl):    Automatyczny restart sesji i tuneli SSH
3 Name:           autossh
4 Version:        1.2d
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Vendor:         Carson Harding <carson.harding@shaw.ca>
9 Source0:        http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz
10 # Source0-md5:  6e73d325a8286ac3d8eddf63f2043d0d
11 URL:            http://www.harding.motd.ca/autossh/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Autossh is a program to start a copy of ssh and monitor it, restarting
16 it as necessary should it die or stop passing traffic. The idea and
17 the mechanism are from rstunnel (Reliable SSH Tunnel), but implemented
18 in C. The author's view is that it is not as fiddly as rstunnel to get
19 to work. Connection monitoring using a loop of port forwardings. Backs
20 off on rate of connection attempts when experiencing rapid failures
21 such as connection refused. Compiled and tested on OpenBSD, Linux, and
22 Solaris; should work fine on other BSDs (except Mac OS 10).
23
24 %description -l pl
25 autossh jest programem uruchamiaj±cym kopiê ssh i monitoruj±cym j±,
26 restartuj±c w miarê potrzeby, je¶li umrze lub przestanie przekazywaæ
27 ruch. Idea i mechanizm pochodz± z rstunnela (Reliable SSH Tunnel), ale
28 zaimplementowano je w C. Wed³ug autora nie trzeba siê tak patyczkowaæ,
29 jak z rstunnelem, aby go uruchomiæ. Monitorowanie po³±czenia u¿ywa
30 pêtli przekazywania portów. Czêstotliwo¶æ prób po³±czeñ jest
31 zmniejszana w przypadku napotkania nag³ych awarii, takich jak
32 odrzucenie po³±czenia. Program skompilowano i sprawdzono na OpenBSD,
33 Linuksie i Solarisie; powinien dzia³aæ tak¿e na innych BSD (oprócz
34 MacOS 10).
35
36 %prep
37 %setup -q -n %{name}-%{version}
38
39 %build
40 %{__make} -f Makefile.linux
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
45
46 install autossh $RPM_BUILD_ROOT%{_bindir}
47 install autossh.1 $RPM_BUILD_ROOT%{_mandir}/man1
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README CHANGES autossh.host rscreen
55 %attr(755,root,root) %{_bindir}/*
56 %{_mandir}/man1/*
This page took 0.134209 seconds and 3 git commands to generate.