fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Problem with SSH connection


From: Laszlo Papp
Subject: [Fab-user] Problem with SSH connection
Date: Mon, 9 Dec 2013 09:47:30 +0000

Hi,

I cannot seem to be able to run even a simple command on the server
with fabric. If I use "ssh address@hidden" 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':



reply via email to

[Prev in Thread] Current Thread [Next in Thread]