2016-08-12 78 views
0

雖然我注意到它是顯著落後,一個微軟的Azure虛擬機上工作,所以我決定跑那麼須藤reboot命令ssh登錄回。當我試圖用ssh回與Azue Linux機器沒有連接

ssh [email protected] 

我得到了錯誤:

ssh: connect to host xxx.xx.xx.xxx port 22: Operation timed out. 

當我使用-vvv運行ssh命令我得到:

OpenSSH_6.9p1, LibreSSL 2.1.8 
debug1: Reading configuration data /etc/ssh/ssh_config 
debug1: /etc/ssh/ssh_config line 20: Applying options for * 
debug1: /etc/ssh/ssh_config line 53: Applying options for * 
debug2: ssh_connect: needpriv 0 
debug1: Connecting to xxx.xx.xx.xxx [xxx.xx.xx.xxx] port 22. 
debug1: connect to address xxx.xx.xx.xxx port 22: Operation timed out 
ssh: connect to host xxx.xx.xx.xxx port 22: Operation timed out 
+0

當你ping那個ip時會發生什麼?你管理該主機?它有防火牆嗎? Ssh服務器正在運行嗎? – willpnw

+0

這個錯誤可能意味着機器沒有回來。 – pistache

+0

當我平它返回IP:'PING xxx.xx.xx.xxx(xxx.xx.xx.xxx):56個數據字節 請求超時icmp_seq 0 請求超時icmp_seq 1 請求超時icmp_seq 2 請求超時icmp_seq 3 請求超時icmp_seq 4 請求超時icmp_seq 5 請求超時icmp_seq 6 請求超時icmp_seq 7 請求超時icmp_seq 8 ...',它不斷回事一樣, – justino

回答

1

如果你關機了,機器的IP已經改變了。在控制面板中檢查它。

相關問題