一.下載putty,安裝好后使用puttgen,點擊保存私鑰,界面如下:
二.登錄服務(wù)器芯咧,創(chuàng)建公鑰
<pre>
mkdir /root/.ssh //創(chuàng)建目錄
vi /root/.ssh/authorized_keys //創(chuàng)建編輯公鑰文件,把公鑰粘貼進(jìn)去保存退出
chmod 700 /root/.ssh/
chmod 600 /root/.ssh/authorized_keys //設(shè)置目錄和密鑰文件權(quán)限
vi /etc/selinux/config //編輯防火墻文件痴奏,設(shè)置為disabled
iptables -F //臨時清除防火墻規(guī)則
service iptables save //保存防火墻規(guī)則
</pre>
三.打開putty裸违,設(shè)置私鑰文件,并保存session