Net/ssh question

Can I use net/ssh to connect to a remote server, start a X
application, and have the application's display show up on my
computer?

Joe

Can it use X portforwarding? If so, then yes, if you're running a local X
server.

Mike

···

On 30/09/06 Joe Van Dyk said:

Can I use net/ssh to connect to a remote server, start a X
application, and have the application's display show up on my
computer?

--
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

-a

···

On Sat, 30 Sep 2006, Joe Van Dyk wrote:

Can I use net/ssh to connect to a remote server, start a X
application, and have the application's display show up on my
computer?

Joe

--
in order to be effective truth must penetrate like an arrow - and that is
likely to hurt. -- wei wu wei

I don't know if it can or not. :slight_smile: Why I'm asking.

···

On 9/29/06, Michael P. Soulier <msoulier@digitaltorque.ca> wrote:

On 30/09/06 Joe Van Dyk said:

> Can I use net/ssh to connect to a remote server, start a X
> application, and have the application's display show up on my
> computer?

Can it use X portforwarding? If so, then yes, if you're running a local X
server.

Joe Van Dyk wrote:

> Can I use net/ssh to connect to a remote server, start a X
> application, and have the application's display show up on my
> computer?

Can it use X portforwarding? If so, then yes, if you're running a local X
server.

I don't know if it can or not. :slight_smile: Why I'm asking.

The answer depends on whether the remote and local machines are properly
configured, both running the same version of X windows, and whether the SSH
connection between the local and remote machines is made with the
appropriate options.

But this sort of SSH connection requires so much cooperation between the
local and remote X windows environments that it is generally better carried
out directly, not by way of Ruby.

···

On 9/29/06, Michael P. Soulier <msoulier@digitaltorque.ca> wrote:

On 30/09/06 Joe Van Dyk said:

--
Paul Lutus
http://www.arachnoid.com

Joe Van Dyk wrote:

>>
>> > Can I use net/ssh to connect to a remote server, start a X
>> > application, and have the application's display show up on my
>> > computer?
>>
>> Can it use X portforwarding? If so, then yes, if you're running a local X
>> server.
>
> I don't know if it can or not. :slight_smile: Why I'm asking.

The answer depends on whether the remote and local machines are properly
configured

Yes

both running the same version of X windows

Yes

and whether the SSH connection between the local and remote machines is made with the appropriate options.

My question is whether net/ssh supports these appropriate options, and
whether an application's display can be sent over an opened ssh
channel.

···

On 9/29/06, Paul Lutus <nospam@nosite.zzz> wrote:

> On 9/29/06, Michael P. Soulier <msoulier@digitaltorque.ca> wrote:
>> On 30/09/06 Joe Van Dyk said: