Re: SSH and command line 'Q'

this looks that you have some environment varibles that is screwing rlwrap.

try to set the TERM env var before running rlwrap:  

export TERM=xterm

or

export TERM=vt100

felix