https://bugzilla.mindrot.org/show_bug.cgi?id=3083
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Darren Tucker <[email protected]> --- Tilde expansion is a function of the shell, and you told your shell not to do it by quoting your argument. Compare (this is bash): $ echo ~/.ssh/known_hosts /home/dtucker/.ssh/known_hosts $ echo "~/.ssh/known_hosts" ~/.ssh/known_hosts "~" is a valid path component on most if not all Unix filesystems. -- 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
