Frustrated by ssh smashing together its command arguments so that you can’t get whitespace through the command.

> ssh user@host bash -cx "printf \$'>%s<\\n' 'a b c'"   
+ printf
printf: usage: printf [-v var] format [arguments]