search

Home  >  Q&A  >  body text

python的paramiko模块 怎么以sudo方式执行命令

如题:python的paramiko模块 怎么以sudo方式执行命令,然后自动输入密码。

PHP中文网PHP中文网2819 days ago468

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 18:02:39

    If it’s local, it shouldn’t be possible.
    Use expect locally

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 18:02:39

    Solved, bring get_pty=True parameter to exec_command

    reply
    0
  • Cancelreply