Shachar Shemesh wrote:
Is "xauth" installed on the remote machine?
[EMAIL PROTECTED] leonid $ which xauth
/usr/X11R6/bin/xauth
[EMAIL PROTECTED] leonid $
What does "echo $XAUTHORITY" give?
There is no such variable. (?!)
Is there a ~/.Xauthority file?
[EMAIL PROTECTED] leonid $ ls ./.Xauthori
Arik Baratz wrote:
Leonid,
Can you please do ssh -X to the machine, and then:
echo $DISPLAY
will give you something along the lines of "localhost:10.0"
[EMAIL PROTECTED] leonid $ echo $DISPLAY
localhost:10.0
[EMAIL PROTECTED] leonid $
Then take the number after the ':' (10 in this example) and
Oleg Kobets wrote:
And one more thing to add to Shahar's, does your ".Xauthority" has the
correct permissions for your user ?
If user (leonid in your case) cannot read and write the file, then you will
get permission denied error.
Oleg.
[EMAIL PROTECTED] leonid $ ls -lh ./.Xauthority
-rw---
On Tue, Nov 18, 2003 at 12:32:56PM +0200, Arik Baratz wrote:
>
> -Original Message-
> From: Leonid Podolny [mailto:[EMAIL PROTECTED]
> [snip]
>
> > On Mon, 17 Nov 2003, Arik Baratz wrote:
> >
> > >
> > > Can you plese post the result of:
> > >
> > > ssh -v -n -X [EMAIL PROTECTED] xlogo
-Original Message-
From: Leonid Podolny [mailto:[EMAIL PROTECTED]
[snip]
> On Mon, 17 Nov 2003, Arik Baratz wrote:
>
> >
> > Can you plese post the result of:
> >
> > ssh -v -n -X [EMAIL PROTECTED] xlogo
> >
> -- Attached file included as plaintext by Listar --
> -- File: out.log
>
t; <[EMAIL PROTECTED]>
To: "Leonid Podolny" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 18, 2003 1:12 AM
Subject: Re: X Forwarding via SSH
> Leonid Podolny wrote:
>
> >
> >On Mon, 17 Nov 2003, Arik Baratz wrote:
> >
> &g
Leonid Podolny wrote:
On Mon, 17 Nov 2003, Arik Baratz wrote:
Can you plese post the result of:
ssh -v -n -X [EMAIL PROTECTED] xlogo
Type the password if necessary. If the window opens, close it. Cut and paste the results and post here.
-- Arik
kk
-- Attached file included as plaintex
On Mon, 17 Nov 2003, Arik Baratz wrote:
>
> Can you plese post the result of:
>
> ssh -v -n -X [EMAIL PROTECTED] xlogo
>
> Type the password if necessary. If the window opens, close it. Cut and paste the
> results and post here.
>
> -- Arik
kk
-- Attached file included as plaintext by Lis
> >
> >
> When you connect via ssh, and you do "echo $DISPLAY", what is the output?
>
> Shachar
localhost:10.0
(It also appears at the error message I have previously sent)
L.
=
To unsubscribe, send mail
-Original Message-
From: Leonid Podolny [mailto:[EMAIL PROTECTED]
[snip]
> _X11TransSocketOpen: socket() failed for tcp
> _X11TransSocketOpenCOTSClient: Unable to open socket for tcp
> _X11TransOpen: transport open failed for tcp/localhost:10
> Error: Can't open display: localhost:10.0
>
Leonid Podolny wrote:
Hi,
I have some weird ssh (X?) configuration issue I'm unable to resolve.
Pretty standard scenario: I want to connect to the box A from the box B
and run there X-based programs having the output forwarded to the box B
via ssh tunnel.
The /etc/ssh/sshd_config has "X11Forwar
Hi,
I have some weird ssh (X?) configuration issue I'm unable to resolve.
Pretty standard scenario: I want to connect to the box A from the box B
and run there X-based programs having the output forwarded to the box B
via ssh tunnel.
The /etc/ssh/sshd_config has "X11Forwarding yes" line in it. (
12 matches
Mail list logo