Python - 通过/SSH 获取远程主机的 env 变量

Python - 通过/SSH 使用远程主机的 env 变量 - IT工具网 (coder.work)

ssh.exec_command('. .profile ; cd /home/test/;$run ./test.sh')

ssh.exec_command('. .profile ; cd /home/test/;echo $run )

你可能感兴趣的:(ssh,服务器,linux)