cloudmesh / cloudmesh-pi-burn

Burns many SD cards so we can build a Raspberry PI cluster
Other
18 stars 12 forks source link

Fixes ssh password-less login. #2

Closed jonathanbranam closed 5 years ago

jonathanbranam commented 5 years ago

Properly creates the ~/.ssh and authorized_keys. Permissions are now set through a modification to rc.local.

Fixes an issue in extFS with newly imaged drives where the file was not properly truncated if the size was reduced.

Fixes the setting the host properly in /etc/hosts which removes a warning every time you sudo.

Disables password based login for all users.

Adds "ip" command to run ip setup independently if needed.