mussh 1.0-1.1 source package in Ubuntu

Changelog

mussh (1.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 04 Jan 2021 16:34:39 +0100

Upload details

Uploaded by:
Jacob Luna Lundberg
Uploaded to:
Sid
Original maintainer:
Jacob Luna Lundberg
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin
Noble release universe admin
Mantic release universe admin
Lunar release universe admin
Jammy release universe admin

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mussh_1.0-1.1.dsc 1.6 KiB 632ed381a707f9bdf9715c29bf6eecf5b83b5b1e601964c419f329673a5eb11b
mussh_1.0.orig.tar.gz 15.1 KiB 6ba883cfaacc3f54c2643e8790556ff7b17da73c9e0d4e18346a51791fedd267
mussh_1.0-1.1.debian.tar.xz 2.4 KiB 541b108df4c4bd92c493b8e95c20e7073241ba7472c8950006673b8a7c9e2157

Available diffs

No changes file available.

Binary packages built by this source

mussh: MUltihost SSH Wrapper

 Mussh is a shell script that allows you to execute a command
 or script over ssh on multiple hosts with one command. When
 possible mussh will use ssh-agent and RSA/DSA keys to minimize
 the need to enter your password more than once.
 .
 Unlike clusterssh or mssh, mussh is just a shell script
 wrapper for ssh with concurrency support. It is intended
 to make running identical commands or scripts on almost any
 number of hosts possible with minimal overhead. There is
 no GUI and the only language used is bash.