mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-11-21 17:23:07 +00:00
Create cloud-config.yaml
This commit is contained in:
parent
8c87c4bf76
commit
3dcece5af8
10
utils/cloud-config.yaml
Normal file
10
utils/cloud-config.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
#cloud-config
|
||||
# vim: syntax=yaml
|
||||
# Enable password authentication and inject SSH public key
|
||||
#
|
||||
ssh_pwauth: true
|
||||
chpasswd:
|
||||
expire: false
|
||||
password: change_password
|
||||
ssh_authorized_keys:
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTEMySSHtextChangeME6e7G7yhe9kaKO/BgmZD1IHYzxfGzrbYgso email@changeme.com
|
Loading…
Reference in New Issue
Block a user