使用putty遠端登入Ubuntu時,報Network error:Connection refused錯誤及解決(記錄)
putty遠端登入Ubuntu,彈出Network error:Connection refused的錯誤提示框,就是因為Ubuuntu沒有安裝ssh服務。
執行命令:
sudo apt-get install openssh-server
- 1
然後開啟putty,在 Host Name(or IP address)輸入Ubuntu的IP地址,執行ifconfig命令。
相關文章
- ubuntu ssh: connect to host ** port 22: Connection refused ssh登入遠端伺服器時提示Permission denied (publickey,password)Ubuntu伺服器
- 記錄redis佇列read error on connection to錯誤Redis佇列Error
- Putty或MobaXTerm無法連線VMware虛擬機器 報Network error: Connection timed out的解決方案虛擬機Error
- SSH出現Connection refused錯誤
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- 解決Ubuntu下MySQL遠端登入問題UbuntuMySql
- 解決telnet: connect to address 127.0.0.1: Connection refused的錯誤資訊問題127.0.0.1
- go get報錯connect: connection refusedGo
- nameko shell 報錯 : [Errno 111] Connection refused
- 使用PLSQL客戶端登入ORACLE時報ORA-12502和ORA-12545錯誤的解決方案SQL客戶端Oracle
- mysql登入報錯提示:ERROR 1045 (28000)的解決方法MySqlError
- nacos Connection refused (Connection refused)
- 日常python報錯及解決方法記錄Python
- 如何使用Putty登入安裝在VirtualBox裡的ubuntuUbuntu
- Error!: SQLSTATE[HY000] [2002] Connection refusedErrorSQL
- MSSQL不能遠端登入--使用者 'sa' 登入失敗。 (Microsoft SQL Server,錯誤: 18456)SQLROSServer
- Camstar 登入時出現單個Error的錯誤提示Error
- 阿里雲mysql遠端登入報ERROR 2027(HY000)阿里MySqlError
- 記錄[Vue+elementUI]報錯及解決方法VueUI
- Sqlserver 登入報錯Server is in script upgrade mode(Error 18401)的解決方法SQLServerError
- 關於遠端連線虛擬機器Network error: Connection timed out的問題虛擬機Error
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- OGG-01224 error 111:Connection refused - retries exceeded.Error
- Listener refused the connection with the following error:ORA-12514, TNS:listenerError
- PHP curl error 60 錯誤解決PHPError
- 解決navicat遠端連線資料庫報2059錯誤的方法資料庫
- 解決mysql無法遠端登入的方法MySql
- Ubuntu開啟ssh服務遠端登入Ubuntu
- 解決Mac終端下載報錯 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refusedMacAIGithub
- vagrant homestead 錯誤記錄以及解決方案
- windows ssh遠端登入阿里雲遇到permissions are too open的錯誤Windows阿里
- ubuntu下pig報錯ERROR 2999: Unexpected internal error. Failed to create DataStorage的解決UbuntuErrorAIAST
- 使用命令登入harbor報錯authentication required解決方法UI
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- 求助:移動端登入測試,報錯 RemoteDisconnected Remote end closed connection without response。REM
- Ubuntu遠端登入相關命令簡介(1)Ubuntu
- Ubuntu中允許root遠端ssh登入的方法Ubuntu