keychain 2.8.5-3 source package in Ubuntu

Changelog

keychain (2.8.5-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Fix day-of-week for changelog entries 2.7.1-1, 2.6.8-1, 2.6.6-1, 2.5.5-4,
    2.0.2-2, 2.0.1-2, 1.8-1, 1.7-1, 1.4-1.
  * Update standards version to 4.6.1, no changes needed.

  [ Peter Pentchev ]
  * Explicitly specify dh-sequence-single-binary.
  * Declare compliance with Policy 4.6.2 with no changes.
  * Add the years through 2023 to my debian/* copyright notice.
  * Remove the need for container isolation in the autopkgtest.
  * Look for an ssh-askpass program if SSH_ASKPASS is empty or unset.
    Closes: #325644

 -- Peter Pentchev <email address hidden>  Fri, 06 Jan 2023 22:30:52 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe net
Lunar release universe net

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keychain_2.8.5-3.dsc 2.0 KiB f4efd227180a2db41a1a154d8172fc8e728db7f56cb1ada61f468e73065afccd
keychain_2.8.5.orig.tar.gz 64.9 KiB dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b
keychain_2.8.5-3.debian.tar.xz 8.5 KiB 26b5ff0ded41a982b44afbb165c6efe2140a96a33425cc631fc68142d9d015fc

Available diffs

No changes file available.

Binary packages built by this source

keychain: key manager for OpenSSH

 Keychain is an OpenSSH key manager, typically run from ~/.bash_profile. When
 keychain is run, it checks for a running ssh-agent, otherwise it starts one.
 It saves the ssh-agent environment variables to ~/.keychain/\$\{HOSTNAME\}-sh,
 so that subsequent logins and non-interactive shells such as cron jobs can
 source the file and make passwordless ssh connections. In addition, when
 keychain runs, it verifies that the key files specified on the command-line
 are known to ssh-agent, otherwise it loads them, prompting you for a password
 if necessary.