File: control

package info (click to toggle)
autossh 1.4e-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 564 kB
  • sloc: ansic: 2,482; makefile: 141; sh: 96
file content (28 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: autossh
Section: net
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Uploaders: Franziska Lichtblau <rhalina@old-forest.org>
Build-Depends: autoconf (>= 2.59),
               autotools-dev,
               debhelper (>= 9~),
               openssh-client
Build-Conflicts: autoconf2.13
Homepage: http://www.harding.motd.ca/autossh/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/autossh.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/autossh.git
Standards-Version: 3.9.8

Package: autossh
Architecture: any
Depends: openssh-client | ssh-client,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: openssh-client,
          ssh-client
Description: Automatically restart SSH sessions and tunnels
 autossh is a program to start an instance of ssh and monitor it, restarting it
 as necessary should it die or stop passing traffic. The idea is from rstunnel
 (Reliable SSH Tunnel), but implemented in C. Connection monitoring is done
 using a loop of port forwardings. It backs off on the rate of connection
 attempts when experiencing rapid failures such as connection refused.