add ssh wrapper

This commit is contained in:
belliash 2012-01-17 11:40:01 +01:00
parent 0e574e400e
commit 7bb936b059
1 changed files with 2 additions and 0 deletions

2
files/ssh_wrapper.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
exec ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"