I am trying to run the following fab task from the command prompt on windows server:
def distribute_task_windows(local_path="\dist",remote_path="C:\SYSROOT\Temp"):
put(local_path,remote_path)
get('/results/','asd')
Then I am prompted for password. I enter the password, then I won't get any warning and again asked for a password. This is getting repeated without any successful connection to the server. I am using Fabric version -
Fabric 1.4.1
ssh (library) 1.7.12
Also run command is also not working. I don't understand what is the issue. Please help me in this.