sshpass 1.09-1 source package in Ubuntu

Changelog

sshpass (1.09-1) unstable; urgency=medium

  * New upstream version
  * Fix "fix hanging when remote SSH key changes" (Closes: #730101)
  * Scrub environment var from /proc (Ubuntu bug #1649374)
  * Fixes several races
  * Lintian clean

 -- Shachar Shemesh <email address hidden>  Fri, 29 Jan 2021 21:38:55 +0200

Upload details

Uploaded by:
Shachar Shemesh
Uploaded to:
Sid
Original maintainer:
Shachar Shemesh
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe utils
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
sshpass_1.09-1.dsc 1.3 KiB 3f54b53ceb74ad458441d7bcb76ab7b6acacf8bebd127ef8f037af12c4b649da
sshpass_1.09.orig.tar.gz 110.2 KiB 71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7
sshpass_1.09-1.debian.tar.xz 2.8 KiB 105b1d39dc7e021566217c4bac99316f83fe25d51b1840138d56878ea4658f49

Available diffs

No changes file available.

Binary packages built by this source

sshpass: Non-interactive ssh password authentication

 SSH's (secure shell) most common authentication mode is called "interactive
 keyboard password authentication", so called both because it is typically
 done via keyboard, and because openssh takes active measures to make sure
 that the password is, indeed, typed interactively by the keyboard. Sometimes,
 however, it is necessary to fool ssh into accepting an interactive password
 non-interactively. This is where sshpass comes in.
 .
 SECURITY NOTE: There is a reason openssh insists that passwords be typed
 interactively. Passwords are harder to store securely and to pass around
 securely between programs. If you have not looked into solving your needs
 using SSH's "public key authentication", perhaps in conjunction with the ssh
 agent (RTFM ssh-add), please do so before being tempted into using this
 package.

sshpass-dbgsym: debug symbols for sshpass