GW=$1
shift
exec ssh -o "ConnectTimeout=2" -o "StrictHostKeyChecking=no" $(groovix-label-to-ip $GW) "$@"

