ec2-instance-connect 1.1.17-0ubuntu1 source package in Ubuntu
Changelog
ec2-instance-connect (1.1.17-0ubuntu1) mantic; urgency=medium * New upstream release (LP: #2018597). * Drop d/p/fix-parse-auth-keys-w-openssl-3.0.2.patch applied upstream. -- Thomas Bechtold <email address hidden> Fri, 05 May 2023 13:37:09 +0200
Upload details
- Uploaded by:
- Thomas Bechtold
- Sponsored by:
- Athos Ribeiro
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ec2-instance-connect_1.1.17.orig.tar.gz | 37.0 KiB | dd2e74c5086b97ea26166927ff8f0feb9a896e87d532b22f01195ededdff8d8a |
ec2-instance-connect_1.1.17-0ubuntu1.debian.tar.xz | 4.2 KiB | bc169be23e47705a9e35cd0489b38074836ec9f2149c3e24e8f03d7eb4145d93 |
ec2-instance-connect_1.1.17-0ubuntu1.dsc | 1.9 KiB | 76f2d3e5bb06fe694db2c3bfd44a5dc88fe7e2b7277f46cfd9d30ea40e834832 |
Available diffs
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.