diff options
| author | UnicronNL <kim.sidney@gmail.com> | 2019-05-21 22:15:55 +0200 |
|---|---|---|
| committer | UnicronNL <kim.sidney@gmail.com> | 2019-05-21 22:17:02 +0200 |
| commit | 1f9fdad4697ace9ed3373bcf91fb37d6dbb3bac3 (patch) | |
| tree | 03e17f64d3ec89fe113abb0d9046aa9d35e5a1b0 /tools/cloud-init/OCI/config.boot.default | |
| parent | a51706c0467becdad29046475bfc803f9da0ad0f (diff) | |
| download | vyos-build-1f9fdad4697ace9ed3373bcf91fb37d6dbb3bac3.tar.gz vyos-build-1f9fdad4697ace9ed3373bcf91fb37d6dbb3bac3.zip | |
update cloud builds
Diffstat (limited to 'tools/cloud-init/OCI/config.boot.default')
| -rw-r--r-- | tools/cloud-init/OCI/config.boot.default | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/cloud-init/OCI/config.boot.default b/tools/cloud-init/OCI/config.boot.default index 18f6ef09..de724f0b 100644 --- a/tools/cloud-init/OCI/config.boot.default +++ b/tools/cloud-init/OCI/config.boot.default @@ -1,4 +1,14 @@ system { + host-name vyos + login { + user vyos { + authentication { + encrypted-password "*" + plaintext-password "" + } + level admin + } + } syslog { global { facility all { |
