Linux服務器配置秘鑰對連接


[root@check2 ~]# 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:
3e:78:02:ef:b6:84:62:8e:52:4a:aa:39:64:cb:a1:96 root@check2
The key's randomart image is:
+--[ RSA 2048]----+
|                 |
|                 |
|                 |
|                 |
|   .  S          |
|  =.  +  o       |
|Bo*  .  =  +     |
|*E .  o.o  .     |
|B..   .o.        |
+-----------------+
[root@check2 ~]# cd .ssh/
[root@check2 .ssh]# cat id_rsa.pub >> authorized_keys
[root@check2 .ssh]# chmod 600 authorized_keys
[root@check2 .ssh]# chmod 700 ~/.ssh

編輯sshd配置文件

[root@check2 .ssh]# vim /etc/ssh/sshd_config 
 47 RSAAuthentication yes
 48 PubkeyAuthentication yes
 42 PermitRootLogin yes
 61 IgnoreRhosts yes
 66 PasswordAuthentication no
 122 UseDNS no

[root@check2 .ssh]# service sshd restart
停止 sshd:                [確定]
正在啟動 sshd:             [確定]

[root@check2 .ssh]# sz id_rsa

導出后將id_rsa改個名字,然后導入Xshell

打開Xshell,使用快捷鍵 Alt+T+Ualt鍵按着不松,依次按TU

導入剛才的文件

登錄遠程機器

選擇剛才導入的文件確定即可

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM