bugzilla-daemon at mindrot.org
2024-Aug-31 13:57 UTC
[Bug 3728] New: Erroneous Message printed to console - ! debug1: fd 0 clearing O_NONBLOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=3728
Bug ID: 3728
Summary: Erroneous Message printed to console - ! debug1: fd 0
clearing O_NONBLOCK
Product: Portable OpenSSH
Version: 9.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: splitnines at gmail.com
When performing an SCP copy from any Cisco IOS-XE device the following
message is printed to the terminal:
! debug1: fd 0 clearing O_NONBLOCK
The whole output is as follows:
rr1#copy run scp://10.0.0.84:2222/
Address or name of remote host [10.0.0.84]?
Destination username [cisco]? root
Destination filename [rr1-confg]?
Writing rr1-confg
Password:
Sink: C0644 4809 rr1-confg
! debug1: fd 0 clearing O_NONBLOCK
4809 bytes copied in 3.067 secs (1568 bytes/sec)
I walked back the OpenSSH version on a container image to see which
version this debug message was first observed. I found that version
openssh-8.7p1 is the first. Version openssh-8.6p1 does not display the
debug message.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Aug-31 13:58 UTC
[Bug 3728] Erroneous Message printed to console - ! debug1: fd 0 clearing O_NONBLOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=3728
Rickey Ingrassia <splitnines at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |splitnines at gmail.com
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Sep-01 02:06 UTC
[Bug 3728] Erroneous Message printed to console - ! debug1: fd 0 clearing O_NONBLOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=3728
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
You'll need to take this up with Cisco I'm afraid. These messages are
not printed by the version of OpenSSH that we ship unless the user has
enabled debugging output.
Either Cisco has enabled debugging output on their client side, or is
invoking the remote scp with debugging enabled. In either case, we're
not in a position to fix how the are messing this up.
--
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.
bugzilla-daemon at mindrot.org
2024-Sep-01 02:22 UTC
[Bug 3728] Erroneous Message printed to console - ! debug1: fd 0 clearing O_NONBLOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=3728 --- Comment #2 from Rickey Ingrassia <splitnines at gmail.com> --- Thank you for your quick response and time. -- 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.