Update ipv4_static_interfaces.cfg

This commit is contained in:
Molly Lau 2023-11-14 01:56:27 +09:00 committed by GitHub
parent a0fb65f451
commit 4e108bccae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,12 +74,11 @@ network:
# Update grub. # Update grub.
# Delete cloud-init config file itself and disable it permanently after first execution. # Delete cloud-init config file itself and disable it permanently after first execution.
runcmd: runcmd:
- systemctl disable ssh.socket
- systemctl enable ssh.service
- systemctl daemon-reload - systemctl daemon-reload
- update-rc.d ssh enable - update-rc.d ssh enable
- kill -9 $(ps -ef | grep '/usr/sbin/sshd' | gawk '$0 !~/grep/ {print $2}' | tr -s '\n' ' ') - kill -9 $(ps -ef | grep '/usr/sbin/sshd' | gawk '$0 !~/grep/ {print $2}' | tr -s '\n' ' ')
- /etc/init.d/ssh restart - /etc/init.d/ssh restart
- ufw allow sshPORT
- sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf - sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf
- sed -i "s/#\$nrconf{kernelhints} = -1;/\$nrconf{kernelhints} = -1;/g" /etc/needrestart/needrestart.conf - sed -i "s/#\$nrconf{kernelhints} = -1;/\$nrconf{kernelhints} = -1;/g" /etc/needrestart/needrestart.conf
- apt update - apt update