Source: runoverssh
Section: admin
Priority: optional
Maintainer: YuLun Shih <shih@yulun.me>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Rules-Requires-Root: no
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}, ssh
Multi-Arch: foreign
Description: POSIX-compliant shell script for running shell commands and scripts over SSH
 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
 .
