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

u...@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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to