python使用paramiko模块实现ssh远程登陆上传文件并执行

1107次阅读  |  发布于5年以前

程序执行时需要读取两个文件command.txt和ipandpass.txt。格式如下:

复制代码 代码如下:

command.txt:
ThreadNum:1
port:22
local_dir:hello_mkdir
remote_dir:hello_mkdir
alter_auth:chmod 755 hello_mkdir
exec_program:./hello_mkdir

ipandpass.txt:
ip username password

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8