#!/bin/sh
socketpath=~/shm
exec ssh -o ControlMaster=auto -S $socketpath/cm-socket-'%r@%h:%p' "$@"
