1. 程式人生 > >Ubuntu下使用ssh遠端登入時出現錯誤提示connect to host localhost port 22:Connection refused

Ubuntu下使用ssh遠端登入時出現錯誤提示connect to host localhost port 22:Connection refused

1、Ubuntu下測試ssh時使用ssh localhost 命令,出現錯誤提示connect to host localhost port 22:Connection refused

造成這個錯誤的原因可能是ssh-server未安裝或者未啟動。ubuntu 11.10 預設安裝openssh-client,但是木有安裝server

執行 ps -e | grep ssh,檢視是否有sshd程序

如果沒有,說明server沒啟動,通過 /etc/init.d/ssh -start 啟動server程序,如果提示ssh不存在 那麼就是沒安裝server

通過 sudo apt-get install openssh-server命令安裝即可

2、在ubuntu下遠端登陸時如果使用了埠對映器,最好使用ssh [email protected] -p port,如果沒有‘-p’這個字元,即便使用者名稱密碼均正確,也很可能出現Permission denied (publickey,password,keyboard-interactive)錯誤。

相關推薦

Ubuntu使用ssh遠端登入出現錯誤提示connect to host localhost port 22:Connection refused

1、Ubuntu下測試ssh時使用ssh localhost 命令,出現錯誤提示connect to host localhost port 22:Connection refused 造成這個錯誤的原因可能是ssh-server未安裝或者未啟動。ubuntu

ubuntu中配置SSH(解決connect to host localhost port 22: Connection refused問題)

update: 下面這篇文章距離現在比較久了,不一定適合大家機器現在的情況了,如果不能成功解決問題請見諒。 ———————————————————————————————————————————————————— 簡單地說 配置hadoop時必須的一步就是保證ssh是聯通

ssh:connect to host localhost port 22: Connection refused

1.先徹底刪除ssh內容 sudo apt-get remove --purge openssh-server 2.重新安裝openssh-server sudo apt-get install openssh-server  (openssh-client可以不裝) 3.

ssh: connect to host localhost port 22: Connection refused

在ROS下執行ssh 指令時可能會碰到這樣的錯誤提示 ssh: connect to host localhost port 22: Connectionrefused 錯誤原因可能有三個: 1.sshd 未安裝 2.sshd未啟動 3.防火清 解決辦法: 1.確定安裝s

sshconnect to host localhost port 22: Connection refused解決方法

安裝hadoop的時候,需要配置ssh無密登入 執行ssh localhsot的時候會報錯: linux系統(centos6.4) ssh:connect to host localhost po

ssh: connect to host localhost port 22: Connection refused : 通過系統日誌排查問題

1. 配置好了ssh免登入,但登入的時候卻報拒絕連線 [[email protected] Desktop]$ ssh localhost ssh: connect to host localhost port 22: Connection refused 2.

Git配置非22端口,解決:ssh: connect to host xxx port 22: Connection timed out fatal: The remote end hung up unexpectedly

name 訪問 基於 .net article 自定義 一個 實現 背景 背景:私自搭建了Git服務器,而Git本身就是SSH進行連接的,而Git命令上默認只能通過22端口實現。 解決方法: 第一種: 在系統的用戶目錄下的文件夾:.ssh 如果該路徑下沒有confi

關於ssh: connect to host master port 22: Connection timed out問題的總結

最近在cnetos6.5系統上重新配置了hadoop-2.2.0,在配置叢集的ssh無祕鑰登入時,經常能碰到ssh: connect to host master port 22: Connection timed out的問題。現在對該問題做一下可能出現的問題的總結和解決

【流水】啟動hdfs的報錯ssh: connect to host master port 22: Connection timed out

報錯如下: [[email protected] sbin]$ ./start-dfs.sh 18/01/24 22:46:38 WARN util.NativeCodeLoader: Unable to load native-hadoop library fo

<Linux> Ubuntu error: ssh: connect to host master port 22: No route to host lost connection

ror host input ssh端口 linu 就會 accept ssh ubuntu iptables當找到匹配的規則時,就會執行相應的動作,而不會向下繼續匹配。因為ssh端口開放的規則在all規則之後,所以永遠都不會匹配到,也就是ssh永遠被禁止。 root下執行

如何解決遠程連接mysql出現Can’t connect to MySQL server on (111 “Connection refused”)的問題

本地連接 遠程連接 content num working 是不是 class kcon firewall 如何解決遠程連接mysql出現Can’t connect to MySQL server on (111 “Connection refused”)的問題 開放My

使用wifi ssh: connect to host hadoop000 port 22: No route to host

自動分配 pin route port 是否 size 問題 nec 配置 使用的wifi,在wifi下IP會自動分配。 先嘗試能否ping通,如果都無法ping通那先把IP配置那些先搞定ping通之後遇到此問題再來嘗試解決。 查看 /etc/hosts 中配置的 I

git clone(fatal: Authentication failed for 'http://XXX.git/'&&ssh:connect to host XXX port 22:超時)

問題描述: 第一天正式實習,專案組的人給我開放了遠端庫的許可權,然後就git clone(採用http的方式),成功。然後因為修改了一些內容,所以刪掉再次克隆,結果就出現了下面的錯誤。

關於Ubuntugcc編譯帶-lsqlite3出現錯誤的解決方法

如下錯誤: /usr/bin/ld: 找不到 -lsqlite3 collect2: error: ld returned 1 exit status Makefile:16: recipe for target 'FrontServer' failed make: ***

sql server登入出現錯誤233的解決辦法

      今天也不知道sql server抽了什麼風,無論是windows登入還是sa登入,登入的時候總是提示錯誤233。windows登入錯誤是根本不能建立連線,初始化錯誤,給了很多原因,sql版本不對啦,連線數超過限制啦;sa登入時錯誤是連線已建立,但登入過程中發生錯

UbuntuSSH遠端連線、檔案傳輸

1.在伺服器端安裝ssh-server 2.啟動ssh-server,並確認ssh-server是否已經正常工作 3.在客戶端通過ssh遠端連線伺服器 4.從客戶端退出遠端連線 5.從伺服器上下載檔案 scp [email p

ubuntu 安裝Rhytmbox多媒體外掛出現錯誤

ubuntu12.04想要看mp4檔案,系統提示需要安裝Rhytmbox多媒體外掛,安裝時出現錯誤,錯誤程式碼如下: 下列軟體包未滿足的依賴關係: gstreamer0.10-ffmpeg: Depends: libavcodec-extra-53 (>= 4:0.

linuxssh遠端登入伺服器入門操作

登入遠端伺服器,在使用者根目錄下新建.ssh資料夾(如果不存在),在其中新建authorized_keys檔案(如果不存在),把id_rsa.pub新增到authorized_keys檔案中 mkdir -p ~/.ssh 這是在遠端伺服器上新建ssh資料夾 cat id_rsa.pub >>

在64位 ubuntu編譯wine1.8.1出現錯誤的解決

編譯資訊如下: checking for freetype/freetype.h... no checking for freetype/ftglyph.h... no checking for fre

CentOS 7SSH遠端登入伺服器詳解

學習筆記隨手記1 檢視ssh是否啟動 netstat –anlpt | grep 22 如果提示沒有 netstat則執行下面的步驟 安裝netstat工具 yum instatll net-tools –y 啟動ssh syste