Hi,

I cannot seem to be able to run even a simple command on the server
with fabric. If I use "ssh myuser@myip" and then "mypassword", then I
can log in, whereas using fabric produces the output below.

Do you have any ideas? Thank you in advance.

Cheers,
Laszlo

fab -u myuser -p mypassword --show=debug -H 192.168.A.B -- ls /var/www
No fabfile loaded -- remainder command only
Commands to run: <remainder>
Parallel tasks now using pool size of 1
[192.168.A.B] Executing task '<remainder>'
[192.168.A.B] run: /bin/bash -l -c "ls /var/www"
[192.168.A.B] Login password for 'myuser':
[192.168.A.B] Login password for 'myuser':
[192.168.A.B] Login password for 'myuser':
[192.168.A.B] Login password for 'myuser':
[192.168.A.B] Login password for 'myuser':
[192.168.A.B] Login password for 'myuser':

_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to