sshcommand 0~20160110.1~2795f65-1.1 source package in Ubuntu

Changelog

sshcommand (0~20160110.1~2795f65-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Using new DH level format. Consequently:
      - debian/control: Added 'debhelper-compat' in Build-Depends field and
        bumped level to 13.
  * debian/control: bumped Standards-Version to 4.5.1.
  * debian/pathes/010_FTBFS-shellcheck-fails.patch: added to fix FTBFS.
    (Closes: #952298)
  * debian/watch: updated with remote repository information.

 -- Fabio Augusto De Muzio Tobich <email address hidden>  Wed, 05 May 2021 18:50:50 +0200

Upload details

Uploaded by:
Alessio Treglia
Uploaded to:
Sid
Original maintainer:
Alessio Treglia
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sshcommand_0~20160110.1~2795f65-1.1.dsc 2.0 KiB 813df72479b59a9d128ee2dd68dbfe467090d5c0cc3202ffb636bf1335d03e3e
sshcommand_0~20160110.1~2795f65.orig.tar.xz 4.3 KiB 40ac1ef692f977dd3555bbc5f89cd907453910aa30785793192b35791c51a42c
sshcommand_0~20160110.1~2795f65-1.1.debian.tar.xz 3.0 KiB 685da36885b9f64382b394320f06760a686a49ac8b1d429095f601eefc3b95e5

No changes file available.

Binary packages built by this source

sshcommand: turn SSH into a thin client specifically for your command

 Simplifies running a single command over SSH, and manages
 authorized keys (ACL) and users in order to do so.
 .
 It basically simplifies running:
 .
   ssh user@server 'ls -l <your-args>'
 into:
 .
   ssh ls@server <your-args>