問題分析:在确定ip位址無誤的情況下,應該是Ubuntu未安裝 openssh-server
操作:
在終端指令中依次執行
#1、安裝 openssh-server
sudo apt-get install openssh-server
#2、檢測服務是否啟動
sudo ps -e |grep ssh
#3、檢視ip
sudo ifconfig
問題分析:在确定ip位址無誤的情況下,應該是Ubuntu未安裝 openssh-server
操作:
在終端指令中依次執行
#1、安裝 openssh-server
sudo apt-get install openssh-server
#2、檢測服務是否啟動
sudo ps -e |grep ssh
#3、檢視ip
sudo ifconfig