Linux 添加ssh公钥 实现免密认证
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
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 年前
更多推荐
已为社区贡献1条内容
所有评论(0)