[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2019-05-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #29 from Damien Miller  ---
Move resolved bugs -> CLOSED after 8.0 release

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2019-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|REOPENED|RESOLVED

--- Comment #28 from Damien Miller  ---
I don't think further progress is really possible here - "ssh-keygen
-l" has to support both known_hosts and authorized_keys files, and the
default case for known_hosts has no comments.

I'd suggest the workaround I mentioned in 26: if you prefix your
comments with '#' characters then ssh-keygen will ignore them.

Feel free to reopen if you have a better idea

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2015-11-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544
Bug 1544 depends on bug 1319, which changed state.

Bug 1319 Summary: ssh-keygen does not properly handle multiple keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1319

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2015-11-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #26 from Damien Miller  ---
This is now implemented in HEAD, supporting RSA1 private keys, v2
public keys, authorized_keys, known_hosts and allowing ssh-keygen -lf-
to read from stdin.

https://anongit.mindrot.org/openssh.git/commit/?id=c56a255162c2166884539c0a1f7511575325b477

It will be in the forthmcoming openssh-7.2 release

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2015-11-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #27 from Damien Miller  ---
oops, that message was meant for bug 1319. However, that commit does
change the behaviour to ignore comments following public keys that are
prefixed with '#' characters.

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2015-01-22 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

--- Comment #25 from Jameson Rollins ssh-bugzi...@finestructure.net ---
(In reply to Damien Miller from comment #24)
 HEAD now displays the comment when one is present in known_hosts,
 but at the cost of not displaying the hostname. I'm not sure whether
 this is an improvement or a regression :/

Hi, Damien.  I'm confused by this, since what you're saying the HEAD
now displays is exactly the same broken output that is the subject of
this report.  So as far as I can tell it's not an improvement or a
regression but is in fact the exact same brokenness.

Am I missing something?

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2015-01-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

--- Comment #24 from Damien Miller d...@mindrot.org ---
HEAD now displays the comment when one is present in known_hosts, but
at the cost of not displaying the hostname. I'm not sure whether this
is an improvement or a regression :/

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2014-07-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2226|

--- Comment #23 from Damien Miller d...@mindrot.org ---
Remove from 6.7 blocker list. I'm not sure yet sure how to do this
reliably

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #21 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #22 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2014-02-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2188

--- Comment #19 from Damien Miller d...@mindrot.org ---
Retarget incomplete bugs / feature requests to 6.6 release

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2076|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2130

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2011-12-01 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1323

--- Comment #10 from Damien Miller d...@mindrot.org 2011-12-02 12:19:58 EST 
---
The last patch is wrong, bug #1323 discusses the complexity of this in
more detail.

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2011-12-01 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1323|1319

--- Comment #11 from Damien Miller d...@mindrot.org 2011-12-02 12:59:37 EST 
---
oops, I meant bug #1319

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2011-11-03 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

--- Comment #8 from Damien Miller d...@mindrot.org 2011-11-04 10:42:11 EST ---
Created attachment 2102
  -- https://bugzilla.mindrot.org/attachment.cgi?id=2102
bz1544.diff

prefer hostnames to comments when printing fingerprints on known_hosts

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

--- Comment #6 from Damien Miller d...@mindrot.org 2011-09-06 10:36:26 EST ---
Retarget unresolved bugs/features to 6.0 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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|1845|

--- Comment #7 from Damien Miller d...@mindrot.org 2011-09-06 10:39:00 EST ---
Retarget unresolved bugs/features to 6.0 release

(try again - bugzilla's change several isn't)

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2011-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|1803|

--- Comment #4 from Damien Miller d...@mindrot.org 2011-01-24 12:30:47 EST ---
Retarget unclosed bugs from 5.7=5.8

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2010-08-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

--- Comment #2 from Damien Miller d...@mindrot.org  ---
We are freezing for the OpenSSH 5.6 release. Retargetting these bugs to
the next 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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs