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 : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
