Description
ssh-import-id - securely retrieve an SSH public key and install it locally
| Property | Value |
|---|---|
| Operating system | Linux |
| Distribution | Ubuntu 22.04 LTS (Jammy Jellyfish) |
| Repository | Ubuntu Main amd64 Official |
| Package filename | ssh-import-id_5.11-0ubuntu1_all.deb |
| Package name | ssh-import-id |
| Package version | 5.11 |
| Package release | 0ubuntu1 |
| Package architecture | all |
| Package type | deb |
| Homepage | http://launchpad.net/ssh-import-id |
| License | - |
| Maintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
| Download size | 9.82 KB |
| Installed size | 53.00 KB |
| Category |
This utility will securely contact a public keyserver (Launchpad.net by default, but Github.com is also supported), retrieve one or more user's public keys, and append these to the current user's ~/.ssh/authorized_keys file.
Alternatives 1
| Package | Version | Arch | Repository |
|---|---|---|---|
| ssh-import-id_5.11-0ubuntu1_all.deb | 5.11 | all | Ubuntu Main Official |
| ssh-import-id | All | All | All |
Requires 5
| Name | Value |
|---|---|
| ca-certificates | - |
| openssh-client | - |
| python3-distro | - |
| python3:any | - |
| wget | - |
Required By
Links 4
| Name | URL |
|---|---|
| Package Homepage | https://launchpad.net/ubuntu/jammy/+source/ssh-import-id |
| Package Binaries | https://packages.ubuntu.com/source/jammy/ssh-import-id |
| Package Sources | https://git.launchpad.net/ubuntu/+source/ssh-import-id/log/?h=ubuntu/jammy |
| Issue Tracker | https://bugs.launchpad.net/ubuntu/+source/ssh-import-id |
Download 2
| Type | URL |
|---|---|
| Binary Package | http://archive.ubuntu.com/ubuntu/pool/main/s/ssh-import-id/ssh-import-id_5.11-0ubuntu1_all.deb |
| Source Package | ssh-import-id |
| Mirror | archive.ubuntu.com |
Install Howto
- Update the package index:
$ sudo apt-get update - Install ssh-import-id deb package:
$ sudo apt-get install ssh-import-id
Files 5
| Path |
|---|
| /usr/bin/ssh-import-id |
| /usr/bin/ssh-import-id-gh |
| /usr/bin/ssh-import-id-lp |
| /usr/lib/python3/dist-packages/ssh_import_id/__init__.py |
| /usr/lib/python3/dist-packages/ssh_import_id/__main__.py |
| /usr/lib/python3/dist-packages/ssh_import_id/version.py |
| /usr/lib/python3/dist-packages/ssh_import_id-5.11.egg-info/PKG-INFO |
| /usr/lib/python3/dist-packages/ssh_import_id-5.11.egg-info/dependency_links.txt |
| /usr/lib/python3/dist-packages/ssh_import_id-5.11.egg-info/entry_points.txt |
| /usr/lib/python3/dist-packages/ssh_import_id-5.11.egg-info/requires.txt |
| /usr/lib/python3/dist-packages/ssh_import_id-5.11.egg-info/top_level.txt |
| /usr/share/doc/ssh-import-id/changelog.Debian.gz |
| /usr/share/doc/ssh-import-id/copyright |
| /usr/share/man/man1/ssh-import-id.1.gz |
Changelog 10
2021-02-11 - Robie Basak <robie.basak@ubuntu.com> ssh-import-id (5.11-0ubuntu1) hirsute; urgency=medium * New upstream release. - Release 5.11 [Robie Basak] - Remove dependency on requests module [Shivaram Lingamneni] - Update tox to current versions of pycodestyle (2.5.0) and pylint (2.4.4). [Scott Moser] - Fix pylint warnings. [Scott Moser] * d/control: remove dependency on requests module [Robie Basak]
2020-03-08 - Andrew Starr-Bochicchio <asb@debian.org> ssh-import-id (5.10-1) unstable; urgency=medium * New upstream release (Closes: #953243). * debian/watch: Update for new release naming. * debian/postinst: Drop as no longer needed. * debian/control: - Update Vcs fields for Salsa move. - Bump Standards-Version to 4.5.0 - Depend on python3-distro.
2017-12-28 - Andrew Starr-Bochicchio <asb@debian.org> ssh-import-id (5.7-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version to 4.1.2. - Change priority from extra to optional.
2016-12-24 - Andrew Starr-Bochicchio <asb@debian.org> ssh-import-id (5.6-1) unstable; urgency=medium * New upstream release. * debian/control: - Update Vcs fields for move to git. - Bump Standards-Version to 3.9.8, no changes. - Move myself to the maintainer field. - Drop python-pep8 from build deps. - Update deps for Python 3. * Build with pybuild and Python 3. * Bump debian/compat to 10.
2014-04-27 - Andrew Starr-Bochicchio <asb@debian.org> ssh-import-id (3.21-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version to 3.9.5.
2014-01-30 - Dustin Kirkland <kirkland@ubuntu.com> ssh-import-id (3.21-0ubuntu1) trusty; urgency=low * bin/ssh-import-id: LP: #1285295 - re-authorizing existing keys should exit 0 - update logging
2014-01-30 - Dustin Kirkland <kirkland@ubuntu.com> ssh-import-id (3.20-0ubuntu1) trusty; urgency=low * bin/ssh-import-id: LP: #1274426 - ensure that we exit zero if any of the id's that we try to import affect 0 keys (ie, if we fail to do something we were asked to do) - however, we should continue to try to succeed, as much as possible, even if one of the earlier accounts failed
2013-08-16 - Dustin Kirkland <kirkland@ubuntu.com> ssh-import-id (3.19-1) unstable; urgency=low * debian/control: - drop the breaks/replaces ssh-import; this package hasn't existed for eons; we should never realistically encounter it any more - add vcs-browser
2013-08-16 - Dustin Kirkland <kirkland@ubuntu.com> ssh-import-id (3.18-1) unstable; urgency=low * attic/ssh-import-id, attic/ssh-import-id.py, === removed directory attic: - fully deprecate the old versions of these scripts; no longer necessary * debian/control: - bump standards - merge some minor changes from Andrew Starr-Bochicchio - add Andrew Starr-Bochicchio <asb@debian.org> as an uploader - adjust formatting and indentation to match Andrew's * debian/copyright: - update debian copyright file format * debian/postinst: - add inline comments for Debian * debian/watch: - add a debian watch file
2013-04-29 - Dustin Kirkland <kirkland@ubuntu.com> ssh-import-id (3.17-1) unstable; urgency=low * Another no-change release for Ubuntu
See Also 15
| Package | Description |
|---|---|
| ssh_8.9p1-3_all.deb | secure shell client and server (metapackage) |
| ssl-cert_1.1.2_all.deb | simple debconf wrapper for OpenSSL |
| sssd-ad-common_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- PAC responder |
| sssd-ad_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- Active Directory back end |
| sssd-common_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- common files |
| sssd-dbus_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- D-Bus responder |
| sssd-ipa_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- IPA back end |
| sssd-krb5-common_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- Kerberos helpers |
| sssd-krb5_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- Kerberos back end |
| sssd-ldap_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- LDAP back end |
| sssd-proxy_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- proxy back end |
| sssd-tools_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- tools |
| sssd_2.6.3-1ubuntu3_amd64.deb | System Security Services Daemon -- metapackage |
| strace_5.16-0ubuntu3_amd64.deb | System call tracer |
| strongswan-charon_5.9.5-2ubuntu2_amd64.deb | strongSwan Internet Key Exchange daemon |