bugzilla-daemon at mindrot.org
2006-Apr-12  15:12 UTC
[Bug 771] Add option to override XAUTHORITY env variable
http://bugzilla.mindrot.org/show_bug.cgi?id=771
openssh at faxm0dem.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|openssh-bugs at mindrot.org    |bitbucket at mindrot.org
------- Comment #5 from openssh at faxm0dem.org  2006-04-13 01:12 -------
There is a patch that corrects this behaviour:
ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/006_sshcookie.patch
Basically it removes the user defined file then recreates it in /tmp/...
Unfortunately, as you can see from the URL it is not up to date.
We have been using it for 3.6.1p2 (rhel3 version).
I am currently trying to implement it for 3.9p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Apr-12  15:51 UTC
[Bug 771] Add option to override XAUTHORITY env variable
http://bugzilla.mindrot.org/show_bug.cgi?id=771 ------- Comment #6 from openssh at faxm0dem.org 2006-04-13 01:51 ------- Created an attachment (id=1119) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1119&action=view) Patches openssh to prevent creation of user defined .Xauthority ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Apr-12  15:52 UTC
[Bug 771] Add option to override XAUTHORITY env variable
http://bugzilla.mindrot.org/show_bug.cgi?id=771
openssh at faxm0dem.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |openssh at faxm0dem.org
------- Comment #7 from openssh at faxm0dem.org  2006-04-13 01:52
-------> Unfortunately, as you can see from the URL it is not up to date.
> We have been using it for 3.6.1p2 (rhel3 version).
I have just adapted the patch to 3.9p1.
I had to remove the following line as the function has disappeared... I'll
rewrite it later if I have the time:
| fatal_add_cleanup(xauthfile_cleanup_proc, s->pw);
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.