Как передать переменную в удаленную команду SSH

$ echo "$argument" | ssh root@remote_server 'cd /root/dir; xargs -0 ./run.sh'
Xerothermic Xenomorph