[Bug 2999] Sftp login failed by sftp user@[ip] in openssh 7.9

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Aug 9 15:10:14 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2999

--- Comment #18 from Damien Miller <djm at mindrot.org> ---
Looking at your gdb output, it appears that you have hand-applied the
patch and not removed the lines that were supposed to be deleted:

> -         if (parse_user_host_path(*argv, &user, &host,
> -             &file1) == -1) {

is supposed to be gone, but your gdb output includes it:

> (gdb) list 2500
> 2495                            break;
> 2496                    default:
> 2497                            if (parse_user_host_path(*argv, &user, &host,
> 2498                                &file1) == 0)

I think this is why it isn't working for you.

-- 
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.


More information about the openssh-bugs mailing list