[Bug 1023360] Re: Comments longer than 1024 chars break sshd_config

Ubuntu Foundation's Bug Bot 1023360 at bugs.launchpad.net
Wed Jul 11 12:20:07 UTC 2012


The attachment "Prepends a comment longer than 1024 chars to
sshd_config" of this bug report has been identified as being a patch.
The ubuntu-reviewers team has been subscribed to the bug report so that
they can review the patch.  In the event that this is in fact not a
patch you can resolve this situation by removing the tag 'patch' from
the bug report and editing the attachment so that it is not flagged as a
patch.  Additionally, if you are member of the ubuntu-reviewers team
please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1023360

Title:
  Comments longer than 1024 chars break sshd_config

Status in “openssh” package in Ubuntu:
  New

Bug description:
  When sshd_config contains a comment of more than 1023 chars, it treats
  char 1024+ as valid configuration. That usually breaks the config, or
  (in case there accidentally is valid sshd_config syntax) is unwanted.

  To verify the bug, apply appended patch to sshd_config (that prepends
  a long comment) and try to start ssh. You will see this:

    $ sudo /usr/sbin/sshd 
    /etc/ssh/sshd_config: line 2: Bad configuration option: ThisIsAnInvalidOption
    /etc/ssh/sshd_config: terminating, 1 bad configuration options

  Note that it complains about line 2 though the offending comment is in
  line 1.

  It is worth mentioning that active configuration lines longer than
  1023 chars work fine. (I discovered this bug when i commented out a
  long "Match Address" list)

  
  This bug strikes at on 
   * openssh-server 1:5.3p1-3ubuntu7 (Ubuntu 10.04 LTS)
   * openssh-server 1:5.8p1-7ubuntu1 (Ubuntu 11.10)
   * openssh-server 1:5.9p1-5ubuntu1 (Ubuntu 12.04 LTS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1023360/+subscriptions




More information about the foundations-bugs mailing list