From 7bb936b0592792b39b2a7dc686690790b09c2776 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 17 Jan 2012 11:40:01 +0100 Subject: [PATCH] add ssh wrapper --- files/ssh_wrapper.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/ssh_wrapper.sh diff --git a/files/ssh_wrapper.sh b/files/ssh_wrapper.sh new file mode 100644 index 0000000..8bd1c81 --- /dev/null +++ b/files/ssh_wrapper.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exec ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"