16 | | WARNING: For nodes that may be accessible externally, [mobile nodes, tunnels to an external subnet, etc] it is YOUR responsibility to set credentials to prevent remote login. |
| 16 | Images you save are saved to the directory "/export/omf-images-5.4/" |
| 17 | |
| 18 | They have permissions to be writable by your user, and readable by your group, and all logged in users. You can customize this via the chmod and chown commands. For example, you may want to restrict the ablility to load your images to only members of a specific group. |
| 19 | |
| 20 | === SSH |
| 21 | |
| 22 | ** |
| 23 | WARNING: For nodes that may be accessible externally, [mobile nodes, tunnels to an external subnet, etc] it is YOUR responsibility to set credentials to prevent remote login.** |
| 26 | The default baseline image allows passwordless based access as the user native, from RFC1918 private ip space: 10/8 172.16/12 192.168/16 |
| 27 | Root login is disabled |
| 28 | |
| 29 | Passwordless Sudo is enabled for the user native. |
| 30 | |
| 31 | You should set up your own accounts, or customize your image's ssh config if you need something different. |
| 32 | |
| 33 | == Baseline Image |
| 34 | |
| 35 | The baseline image is a very bare install of Ubuntu 18.04 Bionic |
| 36 | |
| 37 | You should customize it to you needs, and use that as a base for your experiments. |
| 38 | |
| 39 | After saving an image, it will NOT track changes to the baseline, it is a copy, not a delta. |
| 40 | |
| 41 | You may periodically want to re-create your experimental images when a new baseline has been relased, to support new hardware, or newer drivers, etc. |