Update ipv6_static_interfaces.cfg

This commit is contained in:
Molly Lau 2023-09-29 01:19:59 +09:00 committed by GitHub
parent f6333c8450
commit 97925d11a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ runcmd:
- 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
- ssh-keygen -A
- systemctl restart sshd
- systemctl stop kdump
- systemctl disable kdump