mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-11-25 02:23:08 +00:00
11 lines
290 B
YAML
11 lines
290 B
YAML
|
#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
|