Mailing List Archive

[Bug 2999] Sftp login failed by sftp user@[ip] in openssh 7.9
https://bugzilla.mindrot.org/show_bug.cgi?id=2999

--- Comment #18 from Damien Miller <djm@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 2999] Sftp login failed by sftp user@[ip] in openssh 7.9 [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=2999

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED

--- Comment #19 from Damien Miller <djm@mindrot.org> ---
Darren's patch was committed in June and will be included in OpenSSH
8.1, due soon.

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs