#!/bin/sh # -o StrictHostKeyChecking=no run_ssh_script() { printf "%s" "${1}" | ssh $ssh_opts $ssh_host; }