[Openstack] .ssh/config permissions (was: Error during live migration)

Guilherme Russi luisguilherme.cr at gmail.com
Thu Aug 15 17:31:56 UTC 2013


Hello Peter, thank you for your answer. Have you succeeded with live
migration? I'm getting this error now:

2013-08-15 14:09:34.969 ERROR nova.compute.manager
[req-34db0e55-2454-4ae9-a9e2-3d269e3786af c402785616534f2096b34ce132b7d3f2
d532a4fc2e9e4b5f83b6dec7085237e5] [instance:
95680109-8d83-4b54-b96a-08ab7710ded5] Unexpected error while running
command.
Stderr: 'Permission denied, please try again.\r\nPermission denied, please
try again.\r\nPermission denied (publickey,password).\r\n'. Setting
instance vm_state to ERROR
2013-08-15 14:09:35.686 ERROR nova.openstack.common.rpc.amqp
[req-34db0e55-2454-4ae9-a9e2-3d269e3786af c402785616534f2096b34ce132b7d3f2
d532a4fc2e9e4b5f83b6dec7085237e5] Exception during message handling


Regards.

Guilherme.


2013/8/15 Peter Funk <pf at artcom-gmbh.de>

> Guilherme Russi wrote 15.08.2013 11:21:
> ...
> > Stderr: 'Bad owner or permissions on /var/lib/nova/.ssh/config\r\n'.
> ...
> > My config file content:
> >
> > StrictHostKeyChecking no
> >
> > and its properties:
> >
> > -rw-rw----  1 nova nova  25 Ago 15 10:39 config
> >
> > What Am I missing?
> ...
>
> A .ssh/config file writable by group members is considered unsecure
> and because of this it is ignored by OpenSSH with the message
> displayed above.
>
> Make this
>  -rw-r-----  1 nova nova  25 Ago 15 10:39 config
> ------^ !
>
> Regards, Peter Funk
> --
> Peter Funk, home: ✉Oldenburger Str.86, D-27777 Ganderkesee
> mobile:+49-179-640-8878 phone:+49-421-20419-0 <http://www.artcom-gmbh.de/>
> office: ArtCom GmbH, ✉Haferwende 2, D-28357 Bremen, Germany.
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130815/9a6d427d/attachment.html>


More information about the Openstack mailing list