Correction : vm_hosted : chmod ugo-x les scripts d'init.d pour qu'apt-get upgrade...
[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="$tool"/etc/openssh/known_hosts \
7 -o HashKnownHosts=no \
8 "$@"