https://bugzilla.mindrot.org/show_bug.cgi?id=2591
--- Comment #3 from Griff Miller II <[email protected]> --- Hi, Damien. I guess I can't think of any way a user would depend on "ssh-keygen -R Myhost" not to remove while depending on "ssh-keygen -R myhost" to remove, unless they were doing something insane like trying to use the success or failure of the removal as a means to determine if they had uppercase letters in their indicated hostname. :) The two commands mean exactly the same thing, and should produce the same result. By the way, the hostnames are already being lowercased when they are added to known_hosts. So thanks, but no, it does not solve the problem for me. While it's unlikely that a user would interactively type "ssh-keygen -R THEHOST" they do have to know enough inside baseball to code "ssh-keygen -R ${thehost,,}" (bash example) in scripts instead of "ssh-keygen -R $thehost" . -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
