Use the shlex crate to split/ parse the ssh_opts instead of just splitting by ' '. If shlex fails to parse/ join, we fall back to the old way.
ssh_opts
' '
Fixes #130. Might fix #343.