Initial vmtool/ovhtool commit
This commit is contained in:
8
templates/user-data
Normal file
8
templates/user-data
Normal file
@@ -0,0 +1,8 @@
|
||||
#cloud-config
|
||||
chpasswd:
|
||||
list: |
|
||||
{{ instance.user }}:{{ instance.password }}
|
||||
expire: False
|
||||
|
||||
bootcmd:
|
||||
- [ cloud-init-per, once, sshenable, sed, -i, 's/PasswordAuthentication no/PasswordAuthentication yes/g', /etc/ssh/sshd_config ]
|
||||
Reference in New Issue
Block a user