https://bugzilla.mindrot.org/show_bug.cgi?id=3083
--- Comment #3 from Egbert S. <[email protected]> --- Agreed. It would have worked if the quoted is narrowed down to like any of the following: ssh-keygen -f ~/../../"My Users"/johndoe/.ssh/known_hosts ssh-keygen -f ~/../johndoe/.ssh/"known hosts" ssh-keygen -f ~/../"Johnny Be Right"/.ssh/known_hosts And certainly not the following: ssh-keygen -f "~"/.ssh/known_hosts Got it. I think I'd be asking for an enhancement to the error message, something like including the filename in question that mktemp failed at. If this is not a worthy goal, then let's close this 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
