ssh 无密码登录要使用公钥与私钥。linux下可以用用ssh-keygen生成公钥/私钥对

1.添加A服务器公钥到B服务器

2.到A服务器输入命令ssh-keygen  一路回车

 3.找到A服务器的/root/.ssh/id_rsa.pub 打开复制内容

4.找到B服务器的/root/.ssh/authorized_keys 将A服务器的id_rsa.pub公钥内容复制进去即可

或者使用命令

##在A服务器上执行
scp /root/.ssh/id_rsa.pub root@10.2---21:/root/.ssh/authorized_keys

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐