远程系统管理工具包,PyDSH 0.7 发布
openkk 12年前
<p><a href="/misc/goto?guid=4958522439485695924" target="_blank">PyDSH </a>是一组工具用来帮助管理员简化管理远程系统。pydsh 命令可同时在多台主机上通过 RSH、SSH 和 telnet 运行命令,可管理 SSH 公私密钥,支持 SCP 文件并行拷贝。<br /> <br /> PyDSH 0.7 发布,该版本升级 Python 到 2.7 版本,可处理带密码的 SSH 公钥。<br /> </p> <p class="p1"><span>Key functions of the pydsh command :</span></p> <ul> <li>Executes a command on multiple hosts in parallel.</li> <li>Easy <acronym title="Secure Shell">SSH</acronym> Key management on local and remote hosts.</li> <li>Shell commands work with SSH, <acronym title="Remote Shell">RSH</acronym> and Telnet.</li> <li>Support for SU and SUDO commands.</li> </ul> <p class="p1"><span>Key functions of the pydcp command :</span></p> <ul> <li>Easy file copying to and from multiple remote hosts in parallel.</li> </ul> <p class="p1"><span>Key functions of all components of the PyDSH toolkit are:</span></p> <ul> <li>Easy host range declarations.</li> <li>Improved output layout.</li> <li>Multithreaded with adjustable limits.</li> <li>Works with SSH Keys (now with and without passwords) and/or password based access</li> </ul> <p>使用实例:http://pydsh.sourceforge.net/examples.php</p>