def ssh(cmd): return run_ssh_cmd(ssh_user, ssh_key_path, host, cmd)
def ssh(cmd): return run_ssh_cmd(ssh_user, ssh_key_path, host, cmd, timeout=MAX_STAGE_TIME)