Re: ssh -X --display localhost:0.0

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Biju G C wrote: > --- Igor Pechtchanski csnyuedu> wrote: Please configure your mailer to not quote raw e-mail addresses in your replies. Let's not make the spam harvesters' job any easier. > > This is a shell programming question (I use the terms "shell" and > > "programmi

Re: ssh -X --display localhost:0.0

2004-02-17 Thread Biju G C
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > This is a shell programming question (I use the terms "shell" and > "programming" loosely, since you're asking about the cmd.exe shell), and > as such is off-topic for this list. > Since I'm sending this anyway, you *can* do it in bash like this:

Re: ssh -X --display localhost:0.0

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Biju G C wrote: > I know we could set env variable DISPLAY in DOS/MS-Windows > and start ssh for X forwarding. > But can we pass value for DISPLAY var as a command line > parameter for ssh something like ? > > C:\windows>ssh -X --display localhost:0.0 [EMAIL PROTECTED] This i