10 lines
204 B
INI
10 lines
204 B
INI
ssh_pwauth: true
|
|
chpasswd:
|
|
list: |
|
|
root:phyllome
|
|
expire: False
|
|
disable_root: false
|
|
|
|
runcmd:
|
|
- sed -i '/PermitRootLogin/s/.*/PermitRootLogin yes/' /etc/ssh/sshd_config
|
|
- systemctl restart sshd |