node1:172.16.58.1
node2:172.16.58.3
node1--> node2
首先在node1生成秘鑰
執(zhí)行命令ssh-keygen -P '' 詢(xún)問(wèn)保存路徑直接回車(chē)默認(rèn)即可, 后面提示私鑰保存為/root/.ssh/id_rsa 公鑰保存為/root/.ssh/id_rsa.pub |
[root@node1 ~]# ssh-keygen -P '' Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: dc:62:ba:81:ac:dd:d9:93:fa:b4:9b:21:8d:e7:98:8c root@node1.magedu.com The key's randomart p_w_picpath is: +--[ RSA 2048]----+ | | | | | | | . . | | S . | | . . = . | | o = =. | | o + %o+ | | . E OoBo | +-----------------+ |
把秘鑰傳給node2主機(jī)
ssh-copy-id -i .ssh/id_rsa.pub root@172.16.58.3 |
[root@node1 ~]# ssh-copy-id -i .ssh/id_rsa.pubroot@172.16.58.3 The authenticity of host '172.16.58.3 (172.16.58.3)' can'tbe established. RSA key fingerprint isdb:f8:11:fa:7d:30:95:44:1b:eb:ea:89:ee:fa:a1:27. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '172.16.58.3' (RSA) to the listof known hosts. root@172.16.58.3's password: Now try logging into the machine, with "ssh'root@172.16.58.3'", and check in: .ssh/authorized_keys to make sure we haven't added extra keys thatyou weren't expecting. |
測(cè)試是否成功免密碼登陸,沒(méi)有提示輸入密碼
ssh 172.16.58.3 'date';date |
[root@node1 ~]# ssh 172.16.58.3 'date';date Wed Dec 31 16:51:41 CST 2014 Wed Dec 31 16:52:42 CST 2014 |
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。
網(wǎng)頁(yè)題目:主機(jī)間無(wú)需密碼基于ssh通信-創(chuàng)新互聯(lián)
文章起源:http://chinadenli.net/article48/idihp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供服務(wù)器托管、搜索引擎優(yōu)化、網(wǎng)站設(shè)計(jì)、品牌網(wǎng)站建設(shè)、網(wǎng)站制作、面包屑導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容