exec ssh '-oStrictHostKeyChecking=no' '-oBatchMode=yes' \
	'-oControlPath=~/ssh_cache_%r@%h' -oControlPersist=1d \
	'-oControlMaster=auto' "$@"
