Displaying 20 results from an estimated 1000 matches similar to: "openssh X11Forwarding problem solution"
2000 Mar 07
0
X11Forwarding problem
I have just installed openssh-1.2.2p1-1
on two of my machines and I have one problem.
I have
X11Forwarding yes
in my /etc/ssh/sshd_config
but when I try to ssh to that machine I get this when i try to start rxvt:
[pucko at b202 pucko]$ rxvt
X11 connection rejected because of wrong authentication.
X connection to b202.ryd.student.liu.se:11.0 broken (explicit kill or
server shutdown). [pucko
2003 Apr 25
0
Re: knoppix from ms-dos
On Fri, Apr 25, 2003 at 01:01:41PM +0200, SAGA Serge (Neuilly Gestion) wrote:
> Hi,
> i use the knoppix cdrom
> i would like to be able to start knoppix from ms-dos with a program like
> "loadlin"
> i think it's possible to do it from the files :
>
> vmlinux ( kernel 2.4.X )
> boot.img ( ~1.44Mo) and KNOPPIX ( ~695Mo)
>
> can yu help !?
Sorry, I
2001 Jul 06
1
Xauthority location: only per-user setting possible
Hello all,
$XAUTHORITY location has moved from under /tmp to ~/.Xauthority in 2.9p2.
The commit message was:
---
remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
we do already trust $HOME/.ssh
you can use .ssh/sshrc and .ssh/environment if you want to customize
the location of the xauth cookies
---
The latter is true, but can only be enabled in per-user basis as far as I
see.
2006 Feb 08
2
URL rewriting
Here is the scenario I am trying to achieve. Basically, I want to run
the action "show" from my controller, without adding the "show/id".
Standard:
http://www.domain.com/controllerName/show/id
I would like:
http://www.domain.com/controllerName/randomstring (where randomstring is
a
field in my model/table, that is equivalent to a GUID -> and unique).
I''m confused
2000 Dec 22
1
XAUTHORITY=/tmp/ssh-*/cookies makes forwarding through firewall difficult...
Hi.
I see this XAUTHORITY=/tmp/ssh-*/cookies issue has been discussed
repeatedly, but I haven't seen a solution to the following problem.
Remote user logs into firewall. On firewall, DISPLAY var set to secure
channel, XAUTHORITY set to /tmp/ssh-*/cookies. X11 forwarding from
firewall works fine.
User logs into machine behind firewall, and sets DISPLAY var to
firewall:X11DisplayOffset.0.
2005 Feb 07
1
treat output of sshrc as environment assignment lines?
Currently, ~/.ssh/environment can set static environment variables,
and ~/.ssh/rc can run initialization routines. But there is no way
for sshrc to propagate changes to the environment to the user's shell
or command.
There is, however, a possible way to do this. If the
PermitUserEnvironment option is set, sshd could treat the stdout of
sshrc as additional assignment lines of the form
2000 Sep 10
1
X11 forwarding under Linux
Hello, I have been having issues with x11 forwarding using my
linux-mandrake based servers. I checked my XAUTHORITY variable and it was
set to ~/.Xauthority ... After reading the mail archives, I found the
/tmp/ssh* directory created during my ssh session, and did this:
export XAUTHORITY="/tmp/ssh-hzuA1805/cookies"
xeyes
...and the X11 forwarding worked!
I'm using the
2024 Sep 04
1
What did I mess up?
Dave Close wrote:
> The error shown with "ssh -Xvvv" in all failure cases is,
> debug3: send packet: type 91
> debug2: X11 auth data does not match fake data.
> X11 connection rejected because of wrong authentication.
> debug2: X11 rejected 1 i0/o0
I don't know but I do have questions. So maybe... What is the output
of these commands?
type xauth
2003 Dec 11
4
[Bug 771] Add option to override XAUTHORITY env variable
http://bugzilla.mindrot.org/show_bug.cgi?id=771
Summary: Add option to override XAUTHORITY env variable
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: SunOS
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2003 Apr 23
2
Problems with dri/drm using Radeon 7000 VE in -stable
Hi,
I tried applying
http://people.freebsd.org/~anholt/dri/files/drm-stable-20030411.diff to
stable from today (using device radeondrm and options DRM_LINUX).
Kernel reports drm seems to be there:
drm0: <ATI Radeon QY RV100 VE> port 0x9000-0x90ff mem
0xed000000-0xed00ffff,0xe$
info: [drm] Initialized radeon 1.8.0 20020828 on minor 0
Now, when I try to start XFree86 everything looks fine
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
Hello,
It looks like xen 4.1.2* has some problems with solaris 11 iso images
too (s. further below log messages)
hvm-solaris11.born2b3.net.cfg
# ---
kernel = ''/usr/lib64/xen-default/boot/hvmloader''
builder = ''hvm''
device_model= ''/usr/lib64/xen-4.1/bin/qemu-dm''
name = ''solaris11hvm.born2b3.net''
acpi =
2008 Aug 14
1
error in passing an argument to do.call when do.call is in a for statement
Dear R-users,
I am having a problem with passing an argument to a function in a do.call function which itself is in a for statement.
I am building a function to upload question pools to the blackboard learning environment.
This function which transforms questions to XML style output should be generic and allow for any function to generate questions. Therefore I use do.call in this function.
1999 Nov 26
1
openssh & XEmacs gnuclient issue
In switching to openssh from ssh-1.2.27, I have encountered the
following problem with the way openssh handles its XAUTHORITY files
separately from ~/.Xauthority.
XEmacs has a gnuserv process that runs and allows commands to be
issued to a remote XEmacs process. The trouble is when the command is
to make a new frame ( window ) on a different X display, it fails
because the Xauth cookie is not in
2001 Nov 15
1
X11 cookies and forwarding (fwd)
On Thu, 15 Nov 2001, Dan Astoorian wrote:
> Date: Thu, 15 Nov 2001 16:09:20 -0500
> From: Dan Astoorian <djast at cs.toronto.edu>
> To: Ed Phillips <ed at UDel.Edu>
> Subject: Re: X11 cookies and forwarding
>
> On Thu, 15 Nov 2001 15:46:22 EST, Ed Phillips writes:
> > I'm guess I wasn't following the whole cookies discussion completely
> >
2024 Sep 04
1
What did I mess up?
Bob Proulx wrote:
>> The error shown with "ssh -Xvvv" in all failure cases is,
>> debug3: send packet: type 91
>> debug2: X11 auth data does not match fake data.
>> X11 connection rejected because of wrong authentication.
>> debug2: X11 rejected 1 i0/o0
>I don't know but I do have questions. So maybe... What is the output
>of these
2008 Mar 20
1
xend (12, ''Cannot allocate memory'')
I''m getting the error:
xend (12, ''Cannot allocate memory'')
From the command line after the Dom-0 goes through a period of heavy
memory usage. I don''t have any hard numbers on how to duplicate it, but
I''ll give you the steps I''ve gone through to duplicate the problem.
First, some information about my setup. It''s a new setup, and
2004 Apr 26
3
Workaround found, .Xauthority and SMB, Mounting home directory
Hi,
Finally got this working!!
I have found a potential Workaround to the following error:
>/etc/X11/gdm/PreSession/Default: Registering your session with wtmp
>and
> utmp
> /etc/X11/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a
>-w /var/log/wtmp -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -1
>":0"
>"test"
>Xlib:
2006 Nov 17
1
debian amd64 etch hvm xp sp2 problem black screen frozen.
Hello.
Im trying to get hvm running on my amd64 am2 socket 2gb ram.
1st it as a Debian amd64 etch.
2st xen 3.0.3-2 debian build (more configs below)
3st acpi=1 apic=1
Problem is
I can install winXP but after reboot i get black screen.
If i press F8 i get menu of XP but can''t select anything ->frozen again
If i try acpi=0 apic=0 and install XP it freezes before it XP boots
2003 Dec 11
7
.Xauthority & SMB
I asked this question a while ago, but never got any response. Since
then, I've researched the problem some more, so I can give a much more
concise description of what's happening.
I'm mounting the home directories of the users upon login (using
pam_mount) from the Windows server. However, none of the users can run X
Windows. It says there's a problem with the .Xauthority file.
1999 Nov 28
2
gnuclient X11 & openssh
The following message is a courtesy copy of an article
that has been posted to comp.emacs.xemacs as well.
[This message has been CC'ed to the OpenSSH list in a plea to at least
consider supporting more advanced usages of Xauth]
Chris Green <sprout at dok.org> writes:
> Its not configurable behavior. It always generates a new random file
> in /tmp.
Then they should probably