1. Create User
>put password
usermod -aG wheel <username>
2. Change date time
timedatectl set-timezone 'Australia/Sydney'
3. Linux version
4. Disallow root logins over SSH
vi /etc/ssh/sshd_config
PermitRootLogin no
sudo systemctl restart sshd
useradd <username> && passwd <username>
usermod -aG wheel <username>
2. Change date time
timedatectl set-timezone 'Australia/Sydney'
3. Linux version
cat /etc/*release4. Disallow root logins over SSH
vi /etc/ssh/sshd_config
PermitRootLogin no
sudo systemctl restart sshd
Update the linux kernel after the VPS start
$> sudo yum update
Install and Configure CSF/LFD
ReplyDelete-----------------------------
https://www.howtoforge.com/tutorial/install-and-configure-csf-config-server-firewall-on-centos-7/