File: control

package info (click to toggle)
ssh-cron 1.04.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 828 kB
  • sloc: cpp: 1,625; makefile: 110; sh: 36
file content (26 lines) | stat: -rw-r--r-- 1,032 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
Source: ssh-cron
Section: admin
Priority: optional
Maintainer: Frank B. Brokken <f.b.brokken@rug.nl>
Uploaders: George Danchev <danchev@spnet.net>,
           tony mancill <tmancill@debian.org>
Build-Depends: debhelper-compat (= 13),
               icmake (>= 9.03.01),
               libbobcat-dev (>= 5.07.00),
               libssl-dev,
               yodl (>= 4.02.02)
Standards-Version: 4.6.1
Homepage: https://fbb-git.gitlab.io/ssh-cron/
Vcs-Browser: https://salsa.debian.org/debian/ssh-cron
Vcs-Git: https://salsa.debian.org/debian/ssh-cron.git
Rules-Requires-Root: no

Package: ssh-cron
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client
Recommends: ssh-askpass
Description: cron daemon allowing ssh keys with passphrases to be used
 ssh-cron acts like cron, but utilizes ssh-agent to obtain ssh key
 passphrases. Thus it allows scheduled commands to run on remote systems
 without requiring the ssh key passphrase to be stored in a clear-text
 file, or resorting to ssh keys without passphrases.