Bug 50106
| Summary: | xauth: no such file or directory | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Bojan Smojver <bojan> |
| Component: | openssh | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | mjt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-11 12:44:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bojan Smojver
2001-07-26 21:27:29 UTC
This is not ssh problem per se. It is a pam problem (pam_xauth module) -- it should not call xauth if there is no such program installed. But. It is a bug in XFree packages: xauth must be in XFree-libs, not in XFree. Reason is that many programs (e.g. emacs, xterm etc) doesn't need to have local x server, but needs xlib and xauth (and some more control programs) to operate. xlib iteslf is available, but xauth is only in xserver package. So I think this bug should be redirected to xfree package... BTW, it may be a good idea to include another subpackage for xfree, e.g. xfree-basic-tools, if xauth&co doesn't belongs to xlibs. sshd doesn't use pam_xauth -- it's actually trying to run xauth as part of the process of setting up a session for the user. Anyhow, this bug should be fixed again as of 2.9p2-7 and later. Thanks! I've just split out xauth into a separate subpackage of XFree86 for now called XFree86-xauth, and it should appear in rawhide within the next week. |