mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-13 04:34:57 +08:00
Update ipv6_static_interfaces.cfg
This commit is contained in:
parent
c8a1c70eab
commit
fa51ca06ec
1 changed files with 4 additions and 3 deletions
|
@ -56,12 +56,13 @@ network:
|
|||
|
||||
# later commands
|
||||
runcmd:
|
||||
- systemctl disable ssh.socket
|
||||
- systemctl enable ssh.service
|
||||
- systemctl disable --now ssh.socket
|
||||
- systemctl enable --now ssh.service
|
||||
- systemctl daemon-reload
|
||||
- update-rc.d ssh enable
|
||||
- kill -9 $(ps -ef | grep '/usr/sbin/sshd' | gawk '$0 !~/grep/ {print $2}' | tr -s '\n' ' ')
|
||||
- /etc/init.d/ssh restart
|
||||
- systemctl restart sshd
|
||||
- ufw allow sshPORT
|
||||
- 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
|
||||
- apt update
|
||||
|
|
Loading…
Reference in a new issue