ec2-instance-connect 1.1.12+dfsg1-0ubuntu1~18.04.0 source package in Ubuntu

Changelog

ec2-instance-connect (1.1.12+dfsg1-0ubuntu1~18.04.0) bionic; urgency=medium

  * Rebuild for Bionic

ec2-instance-connect (1.1.12+dfsg1-0ubuntu1) focal; urgency=medium

  [ Balint Reczey ]
  * New upstream version 1.1.11:
    - Removing errant write to /tmp
    - Cleaning up bad bash practices, including umask race condition
    - Fix for an update to openssl (or dependencies) affecting behavior
      of CApath option on openssl verify
    - Fixing Nitro behavior of hostkey harvesting
    - Adding additional licensing headers
  * New upstream version 1.1.12 (LP: #1860142):
    - Adding support for Instance Metadata Service Version 2
    - Modifying cURL invocation to avoid need for eval
    - Cleaning up shellcheck catches
  * debian/install: Adjust for new upstream source layout
  * Suppress systemctl messages and ignore error in maintainer scripts
  * Bump compat level to 10

  [ LordAlfredo ]
  * Rely on debhelper to enable and start systemd service

 -- Balint Reczey <email address hidden>  Mon, 20 Jan 2020 12:57:10 +0100

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ec2-instance-connect_1.1.12+dfsg1.orig.tar.gz 31.1 KiB 33ced947a186671975deb819a1ff9f383a3240a86224d88dbb980fbbcf8a477a
ec2-instance-connect_1.1.12+dfsg1-0ubuntu1~18.04.0.debian.tar.xz 3.8 KiB bcd7f7fbb0c4ac3729157d8fcadc5dba183f23c347480052e00e189c505c9d64
ec2-instance-connect_1.1.12+dfsg1-0ubuntu1~18.04.0.dsc 1.9 KiB 03b0bafda81c55ca7ef7426855ee1d48c5e8e86a71af653f17d2017c434e1bb4

View changes file

Binary packages built by this source

ec2-instance-connect: Configures ssh daemon to accept EC2 Instance Connect ssh keys

 EC2 Instance Connect is a service that publishes ssh keys for use by EC2
 instances based on AWS Credentials. These keys are consumed by on-instance
 configuration provided by this package. The ssh daemon will query EC2
 Instance Metadata service for user-keys at ssh calltime, validate any if
 present as well as validating their signature, and if all checks pass return
 will include them in the authorized keys list.
 .
 In addition, there is an agent that harvests instance ssh host keys and
 passes them back to the service. This is for authentication purposes by
 the EC2 console to open an in-browser ssh terminal connection.