#!/bin/bash

ssh -o StrictHostKeyChecking=no -i $(dirname $0)/../features/_dev/id_dev -p 2223 dev@localhost
