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]

Re: win-ssh-askpass not working.


On Thu, 22 Jan 2004, Igor Pechtchanski wrote:

> On Thu, 22 Jan 2004, Alexander Gottwald wrote:
> 
> IIUC, that's exactly what the "setsid" command is intended to accomplish.
> You can also try using bash's "disown" builtin.

Great. This worked!

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

But You'll need the setsid package (install it with cygwin setup).

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


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