本地windows机器,需要ssh登陆到服务器A,再由A ssh到服务器B,在B上执行某些shell命令 由于AB机器比较多,希望能用python脚本的方式管理 求问python有什么好的解决方案 网上查了一下,paramiko模块可以很好的解决 由win登陆到服务器A的问题