ec2-instance-connect 1.1.9-0ubuntu3 source package in Ubuntu

Changelog

ec2-instance-connect (1.1.9-0ubuntu3) eoan; urgency=low

  [ Daniel Anderson ]
  * Improved mechanism for detection if script is running on an EC2 instance
  * postinst: Removed modification of sshd_config introduced in 1.1-8
  * postinst: Better checks for existing AuthorizedKeysCommand* configuration

  [ Mathieu Trudel-Lapierre ]
  * debian/postinst: Fix regexes for matching/ignoring comments in sshd_config.

 -- Daniel Anderson <email address hidden>  Fri, 21 Jun 2019 16:43:06 -0400

Upload details

Uploaded by:
Daniel Anderson
Sponsored by:
Mathieu Trudel-Lapierre
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ec2-instance-connect_1.1.9.orig.tar.xz 10.0 KiB 000cb8f26b393c81eb1f181f1dd8d8e67389195904913094908bb97e290993a4
ec2-instance-connect_1.1.9-0ubuntu3.debian.tar.xz 3.3 KiB 52c3d4e0cf7ab1bef1ef66ffad53863ae1de2c039d68e4f965d91cb224fac555
ec2-instance-connect_1.1.9-0ubuntu3.dsc 1.9 KiB ca330243b28759240d104fe953697683c04bada6a3fc157f5097f09c873a9fa9

Available diffs

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.