e39d9b1388b4186e8f7a7c855148c534bbed5f4f
[lhc/ateliers.git] / lib / ssh
1 #!/bin/sh
2 set -e -f ${DRY_RUN:+-n} -u
3 tool=${0%/*}
4 ssh \
5 -o StrictHostKeyChecking=yes \
6 -o UserKnownHostsFile=etc/openssh/known_hosts \
7 -o HashKnownHosts=no \
8 "$@"