You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
baremetal & virtualbox
This has kept me busy for quiet some time. I composed a cloud-config.yml with notepad++ including basic networking and my ssh key. Moved the file to the installation device, validated (correctly) and installed ros with it, only to find out my ssh key was not accepted.
After some time I opened the configfile with vi, when I saw ^M at the end of each line, windows format!
So, changed the format to unix, redo all the steps and everything worked as expected.
I'd suggest the config validation function would at least give a warning when it encounters a windowformatted file
The text was updated successfully, but these errors were encountered:
RancherOS Version: (ros os version)
1.4.2 & 1.5.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
baremetal & virtualbox
This has kept me busy for quiet some time. I composed a cloud-config.yml with notepad++ including basic networking and my ssh key. Moved the file to the installation device, validated (correctly) and installed ros with it, only to find out my ssh key was not accepted.
After some time I opened the configfile with vi, when I saw ^M at the end of each line, windows format!
So, changed the format to unix, redo all the steps and everything worked as expected.
I'd suggest the config validation function would at least give a warning when it encounters a windowformatted file
The text was updated successfully, but these errors were encountered: