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

Changelog

ec2-instance-connect (1.1.14-0ubuntu2) kinetic; urgency=medium

  * Add patch to fix parse authorized keys script
    to work with OpenSSL 3.0.2. (LP: #1973114)

 -- Utkarsh Gupta <email address hidden>  Thu, 12 May 2022 10:58:05 +0530

Upload details

Uploaded by:
Utkarsh Gupta
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main net
Kinetic release main net

Builds

Kinetic: [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-0ubuntu2.debian.tar.xz 5.0 KiB d0a4e204cf84401fab70b096e10afa30e2be6765ee54a7fd640440882d3e263c
ec2-instance-connect_1.1.14-0ubuntu2.dsc 1.9 KiB 6761b90a8d2bd79deebfc4295e0823056781a31562e2c30772e67cb27050245b

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.