t; 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: ✉Oldenburge
like that?
For SSH to work the permissions of $HOME/.ssh should look like this:
drwx-- 2 nova nova 76 Ago 15 14:54 .ssh
Use:
chmod -R go-rwx .ssh
Regards, Peter Funk
--
Peter Funk, home: ✉Oldenburger Str.86, D-2 Ganderkesee
mobile:+49-179-640-8878 phone:+49-421-20419-0 <http://w
; to enroll the hardware?
Some hardware comes with PXE enabled by default.
That depends on your hardware vendor.
Are you familar with PXE?
If not then learn about PXE, TFTP and DHCP.
But all this is not so directly related to OpenStack.
It is more about automatic unattended OS rollout.
Best Rega