[Bug 425346] [NEW] Banner displays two \
bear24rw
bear24rw at gmail.com
Sun Sep 6 20:28:54 BST 2009
Public bug reported:
Binary package hint: openssh-server
In the package openssh-server the banner displays two \ instead of one
for example if i have the banner
\ \
\ Welcome \
\ \
it is currently displayed
\\ \\
\\ Welcome \\
\\ \\
To fix this:
sshconnect2.c
Line 417
strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL);
should be
strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
Karmic Alpha 5
user at user-laptop:~$ apt-cache policy openssh-server
openssh-server:
Installed: 1:5.1p1-6ubuntu1
Candidate: 1:5.1p1-6ubuntu1
Version table:
*** 1:5.1p1-6ubuntu1 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status
** Affects: openssh (Ubuntu)
Importance: Undecided
Status: New
--
Banner displays two \
https://bugs.launchpad.net/bugs/425346
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
More information about the Ubuntu-server-bugs
mailing list