Mac-配置SecureCRT

 

1. Tools - Create Public Key - 安全

2. Select Key Typebash

3. Create Passphrase服務器

4.Input  Key Lengthssh

5. Generate Passphraseide

 

 

 

 

 

 

服務器端spa

1. Configure  server's  ssh3d

$ vi /etc/ssh/sshd_configrest

1 Protocol 2
2 ServerKeyBits 1024
3 PermitRootLogin no #禁止root登陸而已,與本文無關,加上安全些
4 #如下三行沒什麼要改的,把默認的#註釋去掉就好了
5 RSAAuthentication yes
6 PubkeyAuthentication yes
7 AuthorizedKeysFile .ssh/authorized_keys
8 PasswordAuthentication no //初次試驗的時候最好用yes,不然配置錯誤的話重啓sshd後你就悲劇了
9 PermitEmptyPasswords no

2. Convert SecureCRT's public key to OPENSSH keycode

$ rz #選擇第五步生成的identity.pub
$ ssh-keygen -i -f Identity.pub >> /root/.ssh/authorized_keys   #生成服務端openssh的key
$ /etc/init.d/sshd restart    #重啓服務

 

6. Choose public keyserver

 

 

7. 輸入第五步記錄的路徑

相關文章
相關標籤/搜索