[Bug 3714] sftp fails in one direction
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jul 31 09:57:24 AEST 2024
https://bugzilla.mindrot.org/show_bug.cgi?id=3714
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Unfortunately the logs are not complete enough to see what's happening,
but these lines are suspect:
> debug2: channel_input_open_confirmation: channel 0: callback done
> debug2: channel 0: open confirm rwindow 0 rmax 32768
> debug3: receive packet: type 99
> debug2: channel_input_status_confirm: type 99 id 0
> debug2: PTY allocation request accepted on channel 0
> debug2: channel 0: rcvd adjust 2097152
> debug3: receive packet: type 99
> debug2: channel_input_status_confirm: type 99 id 0
> debug2: subsystem request accepted on channel 0
sftp should never request a PTY and doing so will almost certainly
break it. Do you have a ~/.ssh/config or /etc/ssh/ssh_config that has
RequestTTY set?
--
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.
More information about the openssh-bugs
mailing list