After a recent upgrade of OpenSSH, ssh seems to be escaping backslashes
in the banner *from the remote host*. For example, where an older version
of ssh would give
          __
         /  \
        /    \
        |STOP|
        \    /
         \__/

the new version (3.7.1p2 right now) gives:
          __
         /  \\
        /    \\
        |STOP|
        \\    /
         \\__/

which plays hell with my attempts at ASCII art.

Is there any option I can set to disable this behaviour? I've tried
poking around the SSH source a bit, but haven't been able to figure out
where this happens. (It's definitely not on the server end. That much
I'm sure of.)

-- 
Andrew Farmer
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to