ssh-import-id 5.7-24-g4001a38e-0ubuntu1 source package in Ubuntu

Changelog

ssh-import-id (5.7-24-g4001a38e-0ubuntu1) cosmic; urgency=medium

  * New upstream snapshot.
    - debian/postinst: Correctly check old version.
    - debian/: Adjust packaging to include debian's changes and fix
      lintian warnings.
    - Migrate upstream to git.
    - Add running of pycodestyle and pylint via tox and fix warnings.
    - Convert tabs to spaces for indentation globally.
    - Get path to user's authorized_keys even if HOME is not set.
      (LP: #1570997)
    - Exit with sys.exit() rather than os._exit.
      [Michael Hudson-Doyle] (LP: #1770302)
    - Launchpad: check status code of response when fetching ssh keys.
      [Michael Hudson-Doyle] (LP: #1770305)
    - Fix NameError on unknown service/proto. [Michael Hudson-Doyle]
    - debian/rules: no longer run pep8 in debian build.
    - Use setup.py's console_scripts to write ssh-import-id to /usr/bin.

 -- Scott Moser <email address hidden>  Fri, 11 May 2018 14:56:46 -0400

Upload details

Uploaded by:
Scott Moser
Uploaded to:
Cosmic
Original maintainer:
Dustin Kirkland 
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ssh-import-id_5.7-24-g4001a38e.orig.tar.gz 141.9 KiB 6b50c54a6f5dd3c0e04d352516e230ff484312bde138d5ac3d87aa502f4a8ed9
ssh-import-id_5.7-24-g4001a38e-0ubuntu1.debian.tar.xz 7.4 KiB 6f75fb8131e24ea1aab09db66ec9334fccf6ce4727a8c9d9648bbd7b3cea14d5
ssh-import-id_5.7-24-g4001a38e-0ubuntu1.dsc 2.1 KiB 33ed065c08b06f9dd0be0f122170af7ce3fce015425efe33e819363a8e098267

View changes file

Binary packages built by this source

ssh-import-id: securely retrieve an SSH public key and install it locally

 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.