Re: SSH Fingerprint

2012-04-09 Thread Garrett Holmstrom
On Apr 9, 2012 3:26 PM, "Alan Gutierrez" wrote: > > Andy > > Thank you for responding. That is what I expected to find, the server's ssh key printed to the console output. But, I don't see it there. Not when using one of the Fedora 16 AMIs. > > http://fedoraproject.org/wiki/Cloud_images > > Here's

Re: SSH Fingerprint

2012-04-09 Thread Alan Gutierrez
9, 2012 at 9:14 AM, Alan Gutierrez (mailto:a...@prettyrobots.com)> wrote: > > How do I verify the SSH fingerprint of one of the public Fedora 16 Cloud > > images when I first start it? > > > > -- > > Alan Gutierrez - @bigeasy > >

Re: SSH Fingerprint

2012-04-09 Thread Andy Grimm
t like this worked for me: >> >> IID=i-5b46873c # your instance ID goes here >> echo $( euca-describe-instances $IID | grep $IID | awk '{ print $4 }' ) \ >> $( euca-get-console-output $IID | grep ^ssh-rsa ) >> ~/.ssh/known_hosts >> >> hope this helps.

Re: SSH Fingerprint

2012-04-09 Thread Alan Gutierrez
me: > > IID=i-5b46873c # your instance ID goes here > echo $( euca-describe-instances $IID | grep $IID | awk '{ print $4 }' ) \ > $( euca-get-console-output $IID | grep ^ssh-rsa ) >> ~/.ssh/known_hosts > > hope this helps. > > Andy > > On Mon, Apr 9,

Re: SSH Fingerprint

2012-04-09 Thread Andy Grimm
# your instance ID goes here echo $( euca-describe-instances $IID | grep $IID | awk '{ print $4 }' ) \ $( euca-get-console-output $IID | grep ^ssh-rsa ) >> ~/.ssh/known_hosts hope this helps. Andy On Mon, Apr 9, 2012 at 9:14 AM, Alan Gutierrez wrote: > How do I verify t

SSH Fingerprint

2012-04-09 Thread Alan Gutierrez
How do I verify the SSH fingerprint of one of the public Fedora 16 Cloud images when I first start it? -- Alan Gutierrez - @bigeasy ___ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud