ec2-instance-connect 1.1.12+dfsg1-0ubuntu3~18.04.1 source package in Ubuntu

Changelog

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

  * Verify that the domain returned from IMDS is an AWS domain (LP: #1904741)

 -- Balint Reczey <email address hidden>  Wed, 18 Nov 2020 16:15:19 +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-0ubuntu3~18.04.1.debian.tar.xz 4.3 KiB 6d220e5bcd103775ecef6910b6f6c3e2ceff9d3a42df6692ad665a4323e774a3
ec2-instance-connect_1.1.12+dfsg1-0ubuntu3~18.04.1.dsc 1.9 KiB 61da0ce9abab5e033f5ec0eb60b5d3d8c483f824329a79b14742b893951369f8

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.