安装依赖
1 | ☁ ~ sudo easy_install redis |
使用
1 | ☁ redis python hackredis.py |
首先需要ssh密钥:1
2☁ ~ ssh-keygen -t rsa
☁ ~ cp ~/.ssh/id_rsa.pub /tmp/foo.txt
之后将ip列表填入ip.txt,然后就可以跑了。 成功的将会输出到success.txt,执行成功但是ssh连接失败的会存储在unconnect.txt,操作失败的会存储在fail.txt。
1 | #!/usr/bin/python |