2 Star 0 Fork 0

AlexWang0296/HyPost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
remote.py 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
alex0296 提交于 2018-08-28 17:50 . add new
import paramiko
ssh_client = paramiko.SSHClient()
ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
ssh_client.connect(hostname='202.201.35.13', username='root', password='1')
stdin,stdout,stderr=ssh_client.exec_command('ls')
print(stdout.readlines())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/alexwang0296/HyPost.git
[email protected]:alexwang0296/HyPost.git
alexwang0296
HyPost
HyPost
master

搜索帮助