#!/usr/bin/env bash

ssh  -o StrictHostKeyChecking=no -p2223 -o BatchMode=yes meteor@meteor1.astrozor.cz "exit"

[[ "$?" -eq 0 ]] && exit 0 || exit 1