ssh-import-id (5.7-0ubuntu1) artful; urgency=medium
[ Scott Moser ]
* ssh_import_id/__init__.py: LP: #1570997
- read_keyfile: use getpass and expanduser if HOME not set.
If the HOME environment variable was not set, then use getpass and
expanduser to try to find the right path.
Recreate was as simple as:
env -u HOME ssh-import-id bob
[ Dustin Kirkland ]
* ssh_import_id/__init__.py:
- fix typo, missing colon
-- Dustin Kirkland <email address hidden> Tue, 11 Jul 2017 15:51:42 -0500