使用ssh遠程連接Ubuntu的方法:
1.打開終端依次執行以下命令:
sudo apt-get install openssh-client
sudo apt-get install openssh-server
2.啟動ssh服務。
sudo /etc/init.d/ssh start
3.通過ifconfig命令查看系統的ip地址。
ifconfig
//假如出現command not found,可執行以下命令安裝
sudo apt install net-tools
4.找到ip地址后,打開xshell,在頁面中點擊“新建”。
5.在彈出的窗口中,設置連接名稱、ip地址、端口號。
6.再點擊窗口左側列表中的“用戶身份驗證”,輸入登錄Ubuntu的用戶名及密碼。
7.最后點擊“確定”完成配置,在會話列表中選擇剛剛配置的會話,選中再點擊“連接”即可。