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 29 30
|
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
.
|