方式. 在來源端產生SSH Key,並將公鑰加到目的端的authorized_keys檔案中。 步驟. 在來源端先切換至.ssh目錄下. 1, $ cd ~/.ssh ... ... <看更多>
scp不用密碼 在 拯救資工系學生的基本素養—SSH & SCP 連線到遠端機器 的推薦與評價
介紹用SSH 連線到遠端機器,用 SCP 存取遠端檔案。0:21 SSH 介紹1:02 設定 不用密碼 登入5:43 建立~/.ssh/config 檔案7:42 SCP 介紹11:06 複習微中子粉 ... ... <看更多>
scp不用密碼 在 [問題] SSH 不用密碼登入- 看板Linux - 批踢踢實業坊 的推薦與評價
想要A主機登入B主機時不輸入密碼就可以登入, 目前用了Key的方式來達成,
但設定完後還是會要我輸入password, 流程如下:
1.A主機設定
(1) ssh-keygen -t rsa -f test
(2) ssh-copy-id -i ~/.ssh/test.pub [email protected]
(3) scp ~/.ssh/test.pub [email protected]:/root/.ssh
2.B主機設定
(1) vi /etc/ssh/sshd_config
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
/etc/init.d/sshd restart
(2) chmod 644 ~/.ssh/authorized_keys && chmod 711 ~/.ssh/
設定完成後到A主機 ssh [email protected]
還是會跳出[email protected]'s password:
請問是什麼設定有問題嗎?
17:47:35 xx sshd[29829]: reverse mapping checking getaddrinfo for xxx-xxx-xxx-xxx.hinet-ip.hinet.net [xxx.xxx.xxx.xxx] failed - POSSIBLE BREAK-IN ATTEMPT!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 203.69.59.91
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1409732598.A.506.html
※ 編輯: tas72732002 (203.69.59.91), 09/03/2014 16:28:21
... <看更多>