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

Peter Funk pf at artcom-gmbh.de
Thu Aug 15 14:48:18 UTC 2013


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.




More information about the Openstack mailing list