Recently, I found it responses slowly to use VNC service and there is only command line needed to operate. Hence, SSH and FTP service is suitable for myself to operate.
Install SSH service
yum install openssh-server -y
Install vsftp
yum -y install vsftp
Edit configuration file
vi /etc/vsftpd/vsftpd.conf
Rewrite the tag 'anonymous_enable' from 'Yes' to 'No'.
Set boot
systemctl enable vsftpd.service
Comments