File: control

package info (click to toggle)
runoverssh 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: sh: 248; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 893 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: runoverssh
Section: admin
Priority: optional
Maintainer: YuLun Shih <shih@yulun.me>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Homepage: https://github.com/yuriescl/runoverssh
Vcs-Git: https://salsa.debian.org/debian/runoverssh.git
Vcs-Browser: https://salsa.debian.org/debian/runoverssh

Package: runoverssh
Architecture: all
Depends: ${misc:Depends}, bash (>= 4), ssh
Description: Run commands over ssh in one or more hosts
 This program runs a Bash command/script over ssh in one or more hosts
 Feature
 .
  - ask one global password for all connections
  - read commands from a script file instead
  - use the list of hosts from a file
  - use ssh directly instead of sshpass
  - save ssh output
  - disable ssh screen output
  - set custom ssh flags
  - set custom bash flags
  - save ssh output to a custom file
 .