#!/bin/bash
# Mock ssh command for testing SshTransport
# Ignores all SSH flags, just acts as a stdio pipe to the "remote command"
# Skip all flags until we find the user@host argument
while ; do
if ; then
else
fi
done
# $1 is now user@host, $2 is the remote command — we just act as a worker
while ; do
msg_type=
done