Krzysztof Malinowski edited a comment on Bug JENKINS-8183

Hi,

I have encountered the same issue, after our company changed initial banner string on sshd. It is indeed a line of banner string, terminated at 512.

Simple check of banner shows:

$ while read x; do echo $x | wc -c; done < /usr/security/etc/banners/sshd
      69
      59
       1
     533
       1
     550
       1
     391
       1
     348
       1
     128
       1
     103
       1
     233
       1
     102
      69
       1

It fails on the first line that is longer than 512 characters.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to