由于stdin不是终端,因此不会分配伪终端。在运行Python脚本时

时间:2014-09-27 15:03:48

标签: python shell python-3.x ssh subprocess

我在命令

下运行
subprocess.Popen('sshpass -p "Kn0od!e" ssh -t -t -o StrictHostKeyChecking=no deceapp@{0} grep -v {1} /opt/jetty_coordinator/jetty/logs/dece* '.format(machineName,grepString), stdout=subprocess.PIPE, stderr=None, shell=True)

其中machinename是我的机器主机名。但是低于错误

由于stdin不是终端,因此不会分配伪终端

0 个答案:

没有答案