ssh -X --display localhost:0.0

Igor Pechtchanski pechtcha@cs.nyu.edu
Tue Feb 17 20:01:00 GMT 2004


On 2004年2月17日, 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 userid@myserver.com

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:
DISPLAY=localhost:0.0 ssh -X userid@myserver.com
I believe "set DISPLAY=localhost:0.0 & ssh -X userid@myserver.com" will do
a similar thing in cmd.exe (not quite, but close).
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
 |\ _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`' -. ;-;;,_		igor@watson.ibm.com
 |,4- ) )-,_. ,\ ( `'-'		Igor Pechtchanski, Ph.D.
 '---''(_/--' `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster." -- Patrick Naughton
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /