連不上raspbian的ssh - Linux

Olive avatar
By Olive
at 2017-02-23T18:53

Table of Contents

因工作需求第一次操作linux系統
目前手頭有兩台樹莓派
在同一個網域下
一台可以用ssh連上,一台就沒辦法
這實在讓我不知道該如何解決
用ssh -v看出現以下訊息

OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Connecting to 172.20.10.2 [172.20.10.2] port 22.
debug1: Connection established.
debug1: identity file /home/900772/.ssh/id_rsa type -1
debug1: identity file /home/900772/.ssh/id_rsa-cert type -1
debug1: identity file /home/900772/.ssh/id_dsa type -1
debug1: identity file /home/900772/.ssh/id_dsa-cert type -1
debug1: identity file /home/900772/.ssh/id_ecdsa type -1
debug1: identity file /home/900772/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/900772/.ssh/id_ed25519 type -1
debug1: identity file /home/900772/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Ras
pbian-5+deb8u3
debug1: match: OpenSSH_6.7p1 Raspbian-5+deb8u3 pat OpenSSH* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 172.20.10.2

--
Tags: Linux

All Comments

Andy avatar
By Andy
at 2017-02-26T20:14
檢查兩台sshd的差異?
Joe avatar
By Joe
at 2017-03-02T02:34
沒有差異耶,直接copy過去的
Ula avatar
By Ula
at 2017-03-05T06:00
ssh -vvv 看有沒有其他資訊可以參考@@?
Tristan Cohan avatar
By Tristan Cohan
at 2017-03-06T18:22
哦 明天來試試看-vvv (不知道有這用法)
Adele avatar
By Adele
at 2017-03-10T17:47
讓我想到aptitude moo -vvv
Anonymous avatar
By Anonymous
at 2017-03-14T23:17
你是用key做登入認證嗎??
Hedwig avatar
By Hedwig
at 2017-03-17T04:05
可以連線那台pi每次都要打密碼 那就不是key登入對嗎
aptitude我查查看
Frederica avatar
By Frederica
at 2017-03-21T12:11
我在講廢話,不要理我 XD
Brianna avatar
By Brianna
at 2017-03-26T02:57
樓上XDDDDDDD

linux "I/O error" how to fix?

Kama avatar
By Kama
at 2017-02-23T03:23
grep and#34;I/O errorand#34; /var/syslog 有 I/O error 應該是有badblock badblock check 需要 e2sprogs N:Ignoring file ...........invalid filename extension 用i ...

ubuntu 16.04踩地雷能換回14.04版本的嗎?

Caroline avatar
By Caroline
at 2017-02-23T02:15
ubuntu 16.04 跟 14.04 都有內建踩地雷 踩地雷有個功能是數字上按左鍵 然後顯示附近的格子 如果附近格子的地雷都被標示完了就會直接把附近所有的格子都按下去 16.04的踩地雷沒有這個功能 請問我可以單獨把踩地雷換回14.04的版本嗎? 還是我只能安裝其他的踩地雷遊戲? -- 別人的性命是框 ...

L2TP/IPsec 架設問題

Ethan avatar
By Ethan
at 2017-02-21T22:45
各位版友們大家好 最近小弟在用 raspberrypi 3 來學習 linux 也以此來架設VPN 上網找了很多教學 找到了這篇 http://blog.csdn.net/wxlguitar/article/details/51474771 的教學文章 也成功啟動伺服器 但用手機和電腦設定後都無法成功連 ...

如何讓瀏覽器直接支援H265硬體解碼?

Zenobia avatar
By Zenobia
at 2017-02-21T18:01
目前手上有一顆KabyLake的CPU,但是如果要看Youtube的4K內容,單單使用Firefox或者C hrome,似乎不會主動開啟硬解,而是純粹透過軟體去decode的。 目前知道Win10的Edge可以直接利用硬體解碼來處理YouTube的4K內容。因此想要請問ubun tu有相關的解決方案嗎?謝謝 ...

Makefile變數傳遞問題

Poppy avatar
By Poppy
at 2017-02-21T12:42
大家好 最近開始在摸makefile的東西遇到一個問題 想請教大家 我想要在sub-script內用到makefile的變數 例如 TMP_VAR = ggg EXEC_CMD = exec_tmp init_run: $(EXEC_CMD) -f run.tcl run.tc ...