標(biāo)題: ssh -vvv XXX 偶爾無(wú)法登錄 [打印本頁(yè)] 作者: cxmfyl 時(shí)間: 2015-10-12 09:20 標(biāo)題: ssh -vvv XXX 偶爾無(wú)法登錄 命令都一樣 ssh -vvv 10.78.208.72
正常應(yīng)該是這樣的:
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug2: input_userauth_pk_ok: fp 63:cb:9d:06:21:5c:e2:d6:29:cb:f6:5b:94:96:72:84
debug3: sign_and_send_pubkey: RSA 63:cb:9d:06:21:5c:e2:d6:29:cb:f6:5b:94:96:72:84
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
這樣就能ssh登錄成功。
當(dāng)出現(xiàn)錯(cuò)誤的時(shí)候會(huì)這樣:
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug2: input_userauth_pk_ok: fp 63:cb:9d:06:21:5c:e2:d6:29:cb:f6:5b:94:96:72:84
debug3: sign_and_send_pubkey: RSA 63:cb:9d:06:21:5c:e2:d6:29:cb:f6:5b:94:96:72:84
debug1: read PEM private key done: type RSA
Connection to 10.78.208.72 timed out while waiting to read
這時(shí)候就無(wú)法ssh登錄了。