[Bug 668] ssh truncates long banner message
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Sep 18 13:59:14 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=668
------- Additional Comments From dtucker at zip.com.au 2003-09-18 13:59 -------
Just change sshconnect2.c line 369 from
fprintf(stderr, "%s", fmtbuf);
to
fprintf(stderr, "%s\n", fmtbuf);
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list