Dave Wilder wrote:
> Okay, file this under RTFM, but even after research, I cannot figure out the
> answer to this simple question.
>
> When I do an ssh in python (version 2.7.3) to a device, I am trying to
> capture the output of the command.
> However, all I get back is a numerical value. I a
On 10/31/2012 09:28 AM, Dave Wilder wrote:
> Sorry for the poor info on my part Steven et al. I did not do my homework.
>
>
>
> I thought that sshclient was an imported module, however it is pxssh that I
> am importing as sshClient.
>
> import pxssh as sshClient
>
>
Please don't top-post. You
Sorry for the poor info on my part Steven et al. I did not do my homework.
I thought that sshclient was an imported module, however it is pxssh that I am
importing as sshClient.
import pxssh as sshClient
There is no particular reason I need to debug this using the debugger to
troubleshoo
On 31/10/12 12:47, Dave Wilder wrote:
When I do an ssh in python (version 2.7.3) to a device, I am trying
to capture the output of the command.
However, all I get back is a numerical value. I am looking to get
the actual output from the "ls /var/tmp" command below. This is
probably readily av