bugzilla-daemon at mindrot.org
2013-Apr-03  14:00 UTC
[Bug 2084] New: "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
            Bug ID: 2084
           Summary: "no such identity" error messages.
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 6.2p1
          Hardware: Other
                OS: Other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: tustm at schneider.com
badger:~
user1> ssh bazinga
no such identity: /home/user1/.ssh/id_dsa: No such file or directory
no such identity: /home/user1/.ssh/id_ecdsa: No such file or directory
bazinga:~
This first appeared after we upgraded a client to OpenSSH 6.2p1.
Consistent on SunOS 9, AIX 6.1 and Oracle Enterprise Linux 4.8, 5.7 and
6.3.
I do not particularly care that these alternate keys do not exist. 
Suggest moving these messages to debug level 1,2 or 3.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Apr-03  21:58 UTC
[Bug 2084] "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
David Rosenstrauch <darose at darose.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darose at darose.net
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Apr-04  14:16 UTC
[Bug 2084] "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
bugs at ttyhoney.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs at ttyhoney.com
--- Comment #1 from bugs at ttyhoney.com ---
I'can confirm this for Archlinux:
https://bugs.archlinux.org/index.php?do=details&action=details.addvote&task_id=34490
This should be an "INFO". Or nothing at all? Having no keys stored is
as normal as using keys.
Thank you
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Apr-05  02:51 UTC
[Bug 2084] "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
Created attachment 2238
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2238&action=edit
Identityfile warnings fixes
Sorry about that.  We actually had this fixed but neglected to pull the
changes into the portable version.
We're going to do a 6.2p2 release in a couple of weeks to pick up this
change and anything else that crops up, in the mean time you can apply
the attached patch which contains the following two changes, which
should fix it (or grab a snapshot tomorrow, which will also have it).
   - dtucker at cvs.openbsd.org 2013/02/17 23:16:57
     [readconf.c ssh.c readconf.h sshconnect2.c]
     Keep track of which IndentityFile options were manually supplied
and which
     were default options, and don't warn if the latter are missing.
     ok markus@
   - dtucker at cvs.openbsd.org 2013/02/22 04:45:09
     [ssh.c readconf.c readconf.h]
     Don't complain if IdentityFiles specified in system-wide configs
are
     missing.  ok djm, deraadt.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-May-10  04:01 UTC
[Bug 2084] "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
             Blocks|                            |2035
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
OK, the fix has been applied to both HEAD and the 6.2 branch:
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?revision=1.174.6.1&view=markup&pathrev=V_6_2
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?view=log&pathrev=MAIN
and will be in the 6.2p2 and subsquent releases.
Thanks.
-- 
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
2016-Aug-02  00:41 UTC
[Bug 2084] "no such identity" error messages.
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
-- 
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.