首页 > 代码库 > SSH免密码登陆

SSH免密码登陆

终端机 登陆服务器 免密码

只在终端机执行如下命令即可

 

  925  ssh-keygen 
  926  ssh-copy-id root@192.168.56.10
  927  ssh root@192.168.56.10

 

SSH免密码登陆