[Bug 892554] Re: SSH keys summary does not report ECDSA key
Scott Moser
smoser at ubuntu.com
Mon Nov 21 01:46:22 UTC 2011
This was actually fix-committed in upstream cloud-init at revision 471.
http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/471
-ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub
-ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub
+for f in /etc/ssh/ssh_host_*key.pub; do
+ [ -f "$f" ] || continue
+ ssh-keygen -l -f "$f"
+done
** Also affects: cloud-init
Importance: Undecided
Status: New
** Changed in: cloud-init
Importance: Undecided => Medium
** Changed in: cloud-init
Status: New => Fix Committed
** Changed in: cloud-init (Ubuntu)
Importance: Undecided => Medium
** Changed in: cloud-init (Ubuntu)
Status: New => Triaged
** Changed in: cloud-init (Ubuntu)
Milestone: None => ubuntu-12.04-beta-1
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/892554
Title:
SSH keys summary does not report ECDSA key
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/892554/+subscriptions
More information about the Ubuntu-server-bugs
mailing list