在不詢問密碼的情況下製作ssh。我嘗試以下1(關鍵)仍有待安裝
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
它顯示我以下錯誤:
在不詢問密碼的情況下製作ssh。我嘗試以下1(關鍵)仍有待安裝
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
它顯示我以下錯誤:
嘗試運行 「SSH-增加」 客戶端PC上。它應該解決問題。
基本上爲什麼它的原因(從here引用):
ssh-add
adds RSA or DSA identities to the authentication agent,ssh-agent(1)
. When run without arguments, it adds the files~/.ssh/id_rsa
,~/.ssh/id_dsa
and~/.ssh/identity
.
It shows me the following error:
沒有錯誤。它說它將你的密鑰複製到服務器上。
是的,但*爲什麼*這會解決問題?請記住,你不僅要回答海報,還要回答未來的讀者。 – FrankerZ
ssh-add將RSA或DSA身份添加到身份驗證代理ssh-agent(1)。當運行時沒有參數時,它會添加文件〜/ .ssh/id_rsa,〜/ .ssh/id_dsa和〜/ .ssh/identity。 (來自http://linux.die.net/man/1/ssh-add) – Shantanu
你應該[編輯]你的答案,幷包含這些信息。 – FrankerZ