#!/bin/sh echo -n 'Starting SSH tunnel' >&2 ssh -F /etc/ssh/sshtunnel_config -N tunnel@home & echo . >&2