bugzilla-daemon at mindrot.org
2013-Jul-04 15:04 UTC
[Bug 2125] New: Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Bug ID: 2125
Summary: Error message "You don't exist, go away!"
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: bugmenot at mailinator.com
I had this reported by a user today and wasn't able to debug it at all,
until I searched for the error message in the OpenSSH sources and found
in ssh.c:
/* Get user data. */
pw = getpwuid(original_real_uid);
if (!pw) {
logit("You don't exist, go away!");
exit(255);
}
>From the user and support perspective, this message ("go away",
implying that there is a "here" and a "there", which is
where the
server kindly requests the user to stay) suggests that there was an
issue with the target SSH server. Having seen the ssh.c source, it was
in fact simple to verify that the user tried to log in during a 30
second unavailability of the LDAP server that serves her own UID.
Considering the fact that this is only visible to the user, it would be
prudent to disclose the actual condition. "ssh: Error resolving your
UID" would have been helpful already.
The same message can be found in ssh-keygen, by the way. Thanks for
your time! :-)
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Jul-12 00:43 UTC
[Bug 2125] Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |2076
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Jul-12 06:25 UTC
[Bug 2125] Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
Attachment #2315| |ok?(dtucker at zip.com.au)
Flags| |
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Created attachment 2315
--> https://bugzilla.mindrot.org/attachment.cgi?id=2315&action=edit
More useful error message
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Jul-20 01:51 UTC
[Bug 2125] Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
patch applied - this will be in openssh-6.3
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Aug-11 13:04 UTC
[Bug 2125] Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2023-Jan-13 02:38 UTC
[Bug 2125] Error message "You don't exist, go away!"
https://bugzilla.mindrot.org/show_bug.cgi?id=2125
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2315|ok?(dtucker at dtucker.net) |
Flags| |
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 2093] New: don't forward authentication for the whole keyring
- [Bug 2132] New: Cyrillic letters shown as codes
- [Bug 2153] New: ~/.profile not sourced anymore after upgrade to 6.2p1
- [Bug 2118] New: ssh-copy-id hangs
- [Bug 2048] New: Make chrooted sftp more user friendly using bind mount (solution suggested)