[Bug 892554] Re: SSH keys summary does not report ECDSA key

2012-04-10 Thread Scott Moser
** Changed in: cloud-init Status: Fix Committed = Fix Released -- 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

[Bug 892554] Re: SSH keys summary does not report ECDSA key

2012-02-17 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: Triaged = Fix Released -- 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

Re: [Bug 892554] Re: SSH keys summary does not report ECDSA key

2011-11-22 Thread Kees Cook
On Mon, Nov 21, 2011 at 07:44:13PM -, Scott Moser wrote: I don't think there is enough information to create an ssh known_hosts entry from the fingerprint. I've written a blog post at http://ubuntu-smoser.blogspot.com/2010/07/verify-ssh-keys-on-ec2-instances.html demonstrating how to

Re: [Bug 892554] Re: SSH keys summary does not report ECDSA key

2011-11-21 Thread Kees Cook
What's the best way to add a known_hosts entry from these fingerprints? Maybe the -e option should be used instead of -l ? -- 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

Re: [Bug 892554] Re: SSH keys summary does not report ECDSA key

2011-11-21 Thread Scott Moser
What's the best way to add a known_hosts entry from these fingerprints? Maybe the -e option should be used instead of -l ? I don't think there is enough information to create an ssh known_hosts entry from the fingerprint. I've written a blog post at

[Bug 892554] Re: SSH keys summary does not report ECDSA key

2011-11-21 Thread Eric Hammond
Love the known_hosts suitable output format idea! It doesn't even need to be an option. Split that off into bug #893400. The current ticket can remain for adding the ECDSA ssh key fingerprint. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 892554] Re: SSH keys summary does not report ECDSA key

2011-11-20 Thread Scott Moser
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 ]