bugzilla-daemon at mindrot.org
2014-May-29 23:38 UTC
[Bug 2242] New: add DisableBanner option to the ssh client command
https://bugzilla.mindrot.org/show_bug.cgi?id=2242 Bug ID: 2242 Summary: add DisableBanner option to the ssh client command Product: Portable OpenSSH Version: 6.6p1 Hardware: Sparc OS: Solaris Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: huieying.lee at oracle.com Created attachment 2437 --> https://bugzilla.mindrot.org/attachment.cgi?id=2437&action=edit code changes for the disablebanner option In the client part of section 5.4 (Banner message) in RFE 4252 (SSH authentication Protocol), it states that "By Default, the client Should display the 'message" on the screen. However, since the 'message' is likely to be sent for every login attempt, and sinced some client software will need to open a separate window for this warning, the client software may allow the user to explicitly disable the display of banners from the server." Currently, this client part of the implementation does not exist in the OpenSSH code. We have implemented a client's DisableBanner feature for Solaris and would like to contribute back our implementation. DisableBanner If set to yes, disables the display of the banner message. If set to in-exec-mode, disables the display of banner message when in remote command mode only. The default value is no, which means that the banner is displayed unless the log level is QUIET, FATAL, or ERROR. See also the Banner option in sshd_config(8). This option applies to protocol version 2 only. Attached is our implementation patch, which was applied to OpenSSH6.5p1. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-May-29 23:39 UTC
[Bug 2242] add DisableBanner option to the ssh client command
https://bugzilla.mindrot.org/show_bug.cgi?id=2242 huieying.lee at oracle.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |P3 -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-May-31 02:43 UTC
[Bug 2242] add DisableBanner option to the ssh client command
https://bugzilla.mindrot.org/show_bug.cgi?id=2242 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- LogLevel=quiet doesn't show the banner. I don't think we need a separate option for it. -- 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.
bugzilla-daemon at mindrot.org
2014-Jul-03 02:29 UTC
[Bug 2242] add DisableBanner option to the ssh client command
https://bugzilla.mindrot.org/show_bug.cgi?id=2242 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Damien Miller <djm at mindrot.org> --- We're not interested in adding another option for this. -- 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
2014-Jul-07 17:54 UTC
[Bug 2242] add DisableBanner option to the ssh client command
https://bugzilla.mindrot.org/show_bug.cgi?id=2242 --- Comment #3 from huieying.lee at oracle.com --- Thank you for the evaluation. -- 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
2021-Apr-23 05:10 UTC
[Bug 2242] add DisableBanner option to the ssh client command
https://bugzilla.mindrot.org/show_bug.cgi?id=2242 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 release -- 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.
Maybe Matching Threads
- proposal: new DisableBanner client side option
- [Bug 2246] New: PAM enhancements for OpenSSH server
- [Bug 2440] New: X11 connection will fail if user's home directory is read-only
- [Bug 1428] New: Banner output can be a nuisance with non-interactive use
- [Bug 225] New: Supression of login warning banner for noninteractive commands