推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
sbmzhcn
V2EX  ›  Python

Python3 下批量管理 SSH(VPS)的好用工具?

  •  
  •   sbmzhcn · Dec 10, 2014 · 4848 views
    This topic created in 4200 days ago, the information mentioned may be changed or developed.
    有没有相应的软件推荐,支持python3,并且好用的。最好支持用户名密码登陆。
    12 replies    2014-12-10 15:52:10 +08:00
    jinyue524
        1
    jinyue524  
       Dec 10, 2014 via iPhone
    使用 rsa 登陆,然后自己写一个简单的小脚本就可以了。
    huson
        2
    huson  
       Dec 10, 2014
    Fabric 不知道又没支持python 3
    ryd994
        3
    ryd994  
       Dec 10, 2014 via Android
    你要管理什么?
    是管理密码,还是监视机器
    zhanghan276
        4
    zhanghan276  
       Dec 10, 2014
    ansible
    tanywei
        5
    tanywei  
       Dec 10, 2014
    saltstack
    bing1178
        6
    bing1178  
       Dec 10, 2014
    python2 多线程 ssh 之后 su到 指定用户 执行 shell 命令

    https://github.com/WillGhost/op/blob/master/ssh-su.py
    tabris17
        7
    tabris17  
       Dec 10, 2014
    @zhanghan276 ansible +1
    Tink
        8
    Tink  
    PRO
       Dec 10, 2014
    fabric好用
    sbmzhcn
        9
    sbmzhcn  
    OP
       Dec 10, 2014
    使用了https://github.com/paramiko/paramiko 还不错,可以批量操作远程VPS。
    dalang
        10
    dalang  
       Dec 10, 2014
    如果不是很复杂的管理任务,尽量避开 salt,学习成本比 fabric 高很多。
    DjvuLee
        11
    DjvuLee  
       Dec 10, 2014
    同推荐fabric, 还有一个叫做cuisine的包,它是在fabric一些常见操作的封装, 比如包安装等等。
    xiaohanyu
        12
    xiaohanyu  
       Dec 10, 2014
    ansible + 10086
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5172 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 54ms · UTC 09:25 · PVG 17:25 · LAX 02:25 · JFK 05:25
    ♥ Do have faith in what you're doing.