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

Changelog

ec2-instance-connect (1.1.9-0ubuntu3~16.04.1) xenial; 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:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [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~16.04.1.debian.tar.xz 3.3 KiB 7f4075790dc7a49ed26ae6d72bf9b262ca8f8e595fbd6cb35d23402e9b39c379
ec2-instance-connect_1.1.9-0ubuntu3~16.04.1.dsc 1.9 KiB 26ea61c80fe33f86a6aab2748e6ac58e98fd1677b789bc303606efd5d186b47d

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.