bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-24 11:04 UTC
[Bug 1740] New: Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 Summary: Misleading error message in ssh-keygen Product: Portable OpenSSH Version: 5.4p1 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: ssh-keygen AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima at redhat.com In the case of unaccessible $HOME the ssh-keygen writes misleading error message -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-24 11:05 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 --- Comment #1 from jchadima at redhat.com 2010-03-24 22:05:45 EST --- Created an attachment (id=1818) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1818) patch solving the problem -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Apr-09 01:09 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #2 from Damien Miller <djm at mindrot.org> 2010-04-09 11:09:41 EST --- Is the error message that you are talking about "Could not create directory '/home/djm/.ssh'"? That doesn't seem misleading to me. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2010-Apr-09 06:44 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 jchadima at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jchadima at redhat.com --- Comment #3 from jchadima at redhat.com 2010-04-09 16:44:11 EST --- In the case when the directory exists it's misleading. One user contact me me asking why it prints "Could not create directory '/home/luser/.ssh'" when I have one? The stat() result EPERM means that user have insufficient permissions to existing file, respectively to the directory containing the file. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2010-Apr-23 01:12 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 --- Comment #4 from Damien Miller <djm at mindrot.org> 2010-04-23 11:12:12 EST --- Created an attachment (id=1842) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1842) keygen-report-stat-errors.diff tweaked patch -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2010-Apr-23 01:12 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1842| |ok?(dtucker at zip.com.au) Flag| | -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2010-Apr-23 01:27 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1842|ok?(dtucker at zip.com.au) |ok+ Flag| | -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2010-Apr-23 01:49 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Damien Miller <djm at mindrot.org> 2010-04-23 11:49:42 EST --- patch applied. Will be in OpenSSH-5.6p1 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 bugzilla.mindrot.org
2011-Jan-24 01:33 UTC
[Bug 1740] Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Damien Miller <djm at mindrot.org> 2011-01-24 12:33:35 EST --- Move resolved bugs to CLOSED after 5.7 release -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.
Possibly Parallel Threads
- [Bug 1636] New: Loging after chroot
- [Bug 1889] New: bug in packet.c sometimes cause segfault
- [Bug 1891] New: selinux policy does not like to exec passwd from sshd directly
- [Bug 1644] New: Allow ip options except source routing
- [Bug 1750] New: Sftp hangs if stderr is used.