ec2-instance-connect 1.1.14-0ubuntu1 source package in Ubuntu

Changelog

ec2-instance-connect (1.1.14-0ubuntu1) hirsute; urgency=medium

  * Bugfix only upload
    Also contains test improvements which don't affect the package in Ubuntu.
  * New upstream version 1.1.13 (LP: #1915345):
    - System startup now ignores failures on host key harvesting.

 -- Balint Reczey <email address hidden>  Mon, 29 Mar 2021 20:48:45 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main net

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ec2-instance-connect_1.1.14.orig.tar.gz 35.9 KiB c9a28e8711789b52293f465083fd9bb731aca84e9751edc07b1a01c4067bbb06
ec2-instance-connect_1.1.14-0ubuntu1.debian.tar.xz 4.0 KiB e54d5a07363c379a76447261a1ca8ce21206e68af6b619b89c3e6a119efc9941
ec2-instance-connect_1.1.14-0ubuntu1.dsc 1.8 KiB 2fab47b9597f46703f57f64a29b0d5fcbade815b0ec1767dbee7ff59730ac61b

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.