This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

win-ssh-askpass not working.



Can't get it to work - set up the win-ssh-agent, ran the ssh command from a script after setting the DISPLAY and SSH_ASKPASS environment variables and SSH still prompted me for a password - no askpass window popped up. Any ideas??


Running on Windows XP Professional.


Mind you, having the User Guide in Japanese doesn't help either :)


Script (as suggested by Alexander Gottwald):

#!/bin/bash
export DISPLAY=localhost:0.0
export SSH_ASKPASS="/usr/bin/win-ssh-askpass.exe"
ssh -f -X <host> -l username "/opt/SAS82/sas"


Thanks


Scotty


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]