工具:xshell

1.xshell上生成public key

  

 

 

 

 

 

  

2.在远程服务器上新建用户,加秘钥,以用户:alice  为例

  1)登录服务器

  2useradd alice

  3cd /home/alice/

  4mkdir .ssh

  5cd .ssh

  6vim authorized_keys  ------添加key

  

  7chown alice:alice authorized_keys      ----授权

   

基本的完成了

3.xshell上面,用相应的用户和秘钥登录,即可