第一步:下载远程连接工具
Mobaxterm:https://mobaxterm.mobatek.net/
FinalShell:http://www.hostbuf.com/
第二步:安装工具
sudo apt install net-tools
第三步:输入ifconfig查看IP地址
第四步:使用远程工具连接
第五步:安装openssh-server重启服务并再次连接(第四步无法连接的情况下使用)
sudo apt-get install openssh-server
service ssh start