#!/bin/sh
# srsh.sh,v 1.3 2011/09/01 23:38:09 kim Exp
exec ssh -a -x -q -o 'BatchMode yes' "$@"
