diff options
Diffstat (limited to 'tools/cloud-init/AWS/config.boot.default')
-rw-r--r-- | tools/cloud-init/AWS/config.boot.default | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/cloud-init/AWS/config.boot.default b/tools/cloud-init/AWS/config.boot.default index 18f6ef09..de724f0b 100644 --- a/tools/cloud-init/AWS/config.boot.default +++ b/tools/cloud-init/AWS/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 { |