Relying on the ct_ssh module to automaticly reconnect if a ssh connection is dropped is not possible. The module will try to reconnect, but it will always fail.
A workaround is to manually make sure the connection is established every time a command is to be executed.