Home > Q&A > body text
如题:python的paramiko模块 怎么以sudo方式执行命令,然后自动输入密码。
PHP中文网2017-04-17 18:02:39
If it’s local, it shouldn’t be possible. Use expect locally
Solved, bring get_pty=True parameter to exec_command