> local$ fab remote_info
> [remote] Executing task 'remote_info'
> [remote] run: uname -a
> [remote] out: remote@path$
What happens when you ssh to the machine and run 'uname -a'?
(The out: ... is the output)
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm trying to use fabric to run a command on another Linux machine.
When I call "fab remote_info" (using the example from its
documentation), this is what I get:
local$ fab remote_info
[remote] Executing task 'remote_info'
[remote] run: uname -a
[remote] out: remote@path$
That is, it logs in