ec2-instance-connect 1.1.12+dfsg1-0ubuntu2 source package in Ubuntu

Changelog

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

  * Ship ssh.service drop-in instead of handling placement in maintainer scripts
    (LP: #1861909)

 -- Balint Reczey <email address hidden>  Tue, 04 Feb 2020 18:39:50 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [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-0ubuntu2.debian.tar.xz 3.8 KiB 9243ff52ca2a451c35c60b4a37493c8af6aa525e8b496ca52d96ed3eefa9088a
ec2-instance-connect_1.1.12+dfsg1-0ubuntu2.dsc 1.9 KiB 4b3cf05437c5e203420fb4b67d84d356d07bc6aa0b2eacf365e7a2dd440e1fb3

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.