#!/usr/bin/env bash set -o errexit set -o nounset set -o pipefail shopt -s inherit_errexit autossh -M 0 user@example.com -p 2222 -NL localhost:3389:localhost:3389