bugzilla-daemon at mindrot.org
2003-Jan-31 18:13 UTC
[Bug 482] New: token parsed at first space in path
http://bugzilla.mindrot.org/show_bug.cgi?id=482 Summary: token parsed at first space in path Product: Portable OpenSSH Version: 3.5p1 Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: spaceacademy at hotmail.com If I modify my config to change Identityfile to something like: Identityfile /cygdrive/c/documents and settings/user/my documents/.ssh/id_rsa process_config_line() of readconf.c just calls strdelim() once so the path will be truncated at the first space. ssh fails with the error that there is garbage at the end of this line. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.