fixed arch key deployment
This commit is contained in:
parent
69a6b5cc8a
commit
dc3b9ac34a
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ case "$variant" in
|
||||||
mkdir -p /tmp/cloud-init
|
mkdir -p /tmp/cloud-init
|
||||||
|
|
||||||
echo "#cloud-config
|
echo "#cloud-config
|
||||||
|
users:
|
||||||
- name: root
|
- name: root
|
||||||
ssh_authorized_keys:
|
ssh_authorized_keys:
|
||||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILG56T1k766Cru14kyXI8WXSJwlO2sVhmH6JeRWy+mfe root@host.actcur.com" > /tmp/cloud-init/user-data
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILG56T1k766Cru14kyXI8WXSJwlO2sVhmH6JeRWy+mfe root@host.actcur.com" > /tmp/cloud-init/user-data
|
||||||
|
|
Loading…
Add table
Reference in a new issue