在CentOS上实现VirtualBox虚拟机远程控制,常用方法有以下几种:
sudo yum install openssh-server。/etc/ssh/sshd_config文件,设置PermitRootLogin yes和PasswordAuthentication yes等参数。sudo systemctl start sshd,sudo systemctl enable sshd。sudo yum install tigervnc-server。vncpasswd。/etc/systemd/system/vncserver@:1.service,设置用户等信息。sudo systemctl start vncserver@:1,sudo systemctl enable vncserver@:1。sudo yum install epel-release,sudo yum install xrdp。/etc/xrdp/xrdp.ini配置文件。sudo systemctl start xrdp,sudo systemctl enable xrdp。