timedatectl set-timezone Europe/Moscow
dnf install git htop mc tar unzip
# /etc/ssh/sshd_config change Port to 2222
firewall-cmd --permanent --remove-service=ssh
firewall-cmd --permanent --add-port=2222/tcp
firewall-cmd --reload
systemctl restart sshd