Update ipv4_static_ipv6_dhcp_interfaces.cfg

This commit is contained in:
Molly Lau 2023-10-01 01:09:31 +09:00 committed by GitHub
parent cc8bd228de
commit 0e83fd94d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,9 +46,6 @@ network:
# later commands # later commands
runcmd: runcmd:
- 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
- systemctl enable sshd - systemctl enable sshd
- ssh-keygen -A - ssh-keygen -A
- systemctl restart sshd - systemctl restart sshd