Update 99-fake_cloud.cfg

This commit is contained in:
Molly Lau 2023-06-08 03:23:22 +09:00 committed by GitHub
parent b0f3850d74
commit fc78f970fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ system_info:
security: http://ports.ubuntu.com/ubuntu-ports
# configure hostname
hostname: myhost
hostname: HostName
# configure root user
users:
@ -24,10 +24,10 @@ users:
chpasswd:
expire: false
list: |
root:LeitboGi0ro
root: tmpWORD
users:
- name: root
password: LeitboGi0ro
password: tmpWORD
type: text
# configure network
@ -42,7 +42,7 @@ network:
# later commands
runcmd:
- sed -ri 's/^#?Port.*/Port 22/g' /etc/ssh/sshd_config
- sed -ri 's/^#?Port.*/Port sshPORT/g' /etc/ssh/sshd_config
- sed -ri 's/^#?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config
- sed -ri 's/^#?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- update-rc.d ssh enable