linux&python 免密操作
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
独立搭建集群或者交互式工程项目的朋友应该都比较了解免密操作,免密shell,免密scp等等,在shell下一定要记住两条命令
ssh-keygen
这个命令用于生成公钥所需的私钥文件,默认生成的两个文件是:
id_rsa
id_rsa.pub
第一个是私钥文件,第二个是公钥文件。
ssh-copy-id
这个命令可以将公钥发送到远程机器中,输入对应的账号,密码,就可以进行免密操作了。
(注意,不可反复执行ssh-keygen,会对已经操作的免密记录进行覆盖,使之前的数据失效)
在python中的使用方法仅供了解
shell中写全自动脚本,会涉及到expect方法,在python中有一个类似的方法,pexpect。事例进行简单介绍
(图片来自网友)
但是使用的不多,推荐使用shell完成两个机器之间的免密通道!
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 年前
更多推荐
已为社区贡献7条内容
所有评论(0)