91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux遠程登錄ssh免密碼怎么配置

發布時間:2022-03-23 16:00:44 來源:億速云 閱讀:174 作者:iii 欄目:web開發

這篇“linux遠程登錄ssh免密碼怎么配置”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“linux遠程登錄ssh免密碼怎么配置”文章吧。

一、情景

公司剛上幾臺linux,現在要把主機之間都能遠程ssh免密碼登陸。

二、原理
很簡單,使用ssh-keygen 在主機a上生成private和public密鑰,將生成的public密鑰拷貝到遠程機器主機b上后,就可以使用ssh命令無需密碼登錄到另外一臺機器主機b上。

三、步驟

主機a:

1、 生成公鑰和私鑰文件id_rsa和id_rsa.pub (敲3下回車即可)
[root@bogon ~]# ssh-keygen -t rsa
generating public/private rsa key pair.
enter file in which to save the key (/root/.ssh/id_rsa):
enter passphrase (empty for no passphrase):
enter same passphrase again:
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:
67:da:0d:79:e0:d6:2b:cd:7d:22:af:51:7e:9c:75:fe root@bogon
the key's randomart image is:
+--[ rsa 2048]----+
| |
| |
| . |
| . + |
| s b o . o|
| * * = o+|
| . o b +.=|
| . + +.|
| ... e|
+-----------------+

2、ssh-cop-id命令會將指定的公鑰文件復制到遠程計算機

[root@bogon ~]# ssh-copy-id -i ~/.ssh/id_rsa.pub root@10.1.250.166
the authenticity of host '10.1.250.166 (10.1.250.166)' can't be established.
rsa key fingerprint is c8:9d:6d:92:55:77:3d:3e:af:f5:cb:18:80:5a:47:93.
are you sure you want to continue connecting (yes/no)? yes
warning: permanently added '10.1.250.166' (rsa) to the list of known hosts.
reverse mapping checking getaddrinfo for bogon [10.1.250.166] failed - possible break-in attempt!
root@10.1.250.166's password: <主機b的登陸密碼>
now try logging into the machine, with "ssh 'root@10.1.250.166'", and check in:

.ssh/authorized_keys

to make sure we haven't added extra keys that you weren't expecting.

3、然后ssh登陸主機b驗證是否需要密碼

[root@localhost ~]# ssh 10.1.250.166
reverse mapping checking getaddrinfo for bogon [10.1.250.166] failed - possible break-in attempt!
last login: wed oct 21 10:05:39 2015 from 10.1.250.141
[root@bogon ~]#

4、登陸成功后,我們需要在主機b也做下以上3步,這樣就可以相互免密碼ssh登陸。(如果有多臺主機,每臺主機都做下相同操作,以方便以后管理)。

5、權限問題
建議用其他用戶做ssh登陸的話,調整目錄文件權限
設置authorized_keys權限

chmod 644 authorized_keys

設置.ssh目錄權限

chmod 700 -r .ssh

6、要保證.ssh和authorized_keys都只有用戶自己有寫權限。否則驗證無效。

以上就是關于“linux遠程登錄ssh免密碼怎么配置”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

五指山市| 都江堰市| 汕尾市| 金山区| 嘉义县| 永川市| 余江县| 汽车| 信宜市| 佳木斯市| 隆安县| 横山县| 应用必备| 邓州市| 吉隆县| 白水县| 新绛县| 凌海市| 松原市| 手游| 清水县| 陆良县| 衡阳市| 巴东县| 友谊县| 阳曲县| 伊宁县| 合江县| 五河县| 西贡区| 芜湖市| 皮山县| 海盐县| 金阳县| 南昌县| 边坝县| 金山区| 崇文区| 兴宁市| 玉溪市| 红河县|