Security update Print

  • cloudlinux security, litespeed
  • 0

yum update -y

dnf update 'kernel*'

rm -f ~/.ssh/authorized_keys ~/.ssh/authorized_keys2
rm -f ~/.ssh/id_rsa ~/.ssh/id_rsa.pub
rm -f ~/.ssh/id_ed25519 ~/.ssh/id_ed25519.pub
rm -f ~/.ssh/id_ecdsa ~/.ssh/id_ecdsa.pub
rm -f ~/.ssh/id_dsa ~/.ssh/id_dsa.pub
rm -f ~/.ssh/known_hosts

pkill -9 -f "./nuclear.x86"
pkill -9 -f "nuclear.x86"
ps auxf | grep -i nuclear

/etc/shadow — Contains password hashes for all local user accounts
/root/.ssh/authorized_keys — Defines who can access the server via SSH as root
/root/.ssh/authorized_keys2 — Alternate SSH authorization file
/root/.ssh/id_rsa — RSA private SSH key
/root/.ssh/id_ed25519 — Ed25519 private SSH key
/root/.ssh/id_ecdsa — ECDSA private SSH key
/root/.ssh/id_dsa — DSA private SSH key
/root/.ssh/config — SSH client configuration and shortcuts
/root/.ssh/known_hosts — Records of previously connected SSH hosts

sudo dnf clean metadata && sudo dnf upgrade

/usr/local/lsws/admin/misc/lsup.sh -f -v 6.3.5


sudo grubby --update-kernel=ALL --args="initcall_blacklist=algif_aead_init"

Was this answer helpful?

« Back