Linux Minimal系统远程连接常用方法如下:
sudo apt update && sudo apt install openssh-server;CentOS/RHEL系统用sudo yum install openssh-server。sudo systemctl start ssh且sudo systemctl enable ssh。/etc/ssh/sshd_config,可改端口、禁用root登录等,修改后重启服务sudo systemctl restart ssh。ssh username@remote_ip -p port,默认端口22)连接。sudo apt install tightvncserver;CentOS用sudo yum install tigervnc-server。vncpasswd。vncserver :1(默认端口5901)。ip:5901)及密码连接。sudo apt install xrdp;CentOS用sudo yum install xrdp。sudo systemctl start xrdp && sudo systemctl enable xrdp。