keychain 2.8.2-0.1 source package in Ubuntu

Changelog

keychain (2.8.2-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release.  (Closes: #847445)
    - Fixes bashisms causing syntax errors.  (Closes: #815510)
    - Cleanly separates the --help output for --stop and
      --systemd.  (Closes: #800555)
  * Convert to 3.0 (quilt) source format to avoid making this
    a native package again.  (see #800555)
  * Convert d/rules to dh7-style given that upstream removed
    its build system.

 -- Niels Thykier <email address hidden>  Sat, 31 Dec 2016 22:35:22 +0000

Upload details

Uploaded by:
Cesar Mendoza
Uploaded to:
Sid
Original maintainer:
Cesar Mendoza
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe net

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keychain_2.8.2-0.1.dsc 1.7 KiB 3aff82c68dcea6547e47dc1012a12018fbfec7ec0c363f6feef66497c489bcf9
keychain_2.8.2.orig.tar.bz2 33.4 KiB 74895832297616a1a951e81a56603f2fc6e5449576411f8b122a5cc933ae3301
keychain_2.8.2-0.1.debian.tar.xz 3.1 KiB 8a1b00714c7c2a1aa90320ce025949f2c2794d26729e32c8e3feb29e3f86b95a

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.