Builtin terminal app seems to be eating some character sequences on clipboard paste
Solution 1:
This was due to the ~/.inputrc
. I had the following keystroke in there:
"jj": vi-movement-mode
The base36 encoded dns name from aws happened to contain jj
. I have commented out the jj
from my ~/.inputrc
to resolve