add ssh wrapper

This commit is contained in:
belliash 2012-01-17 11:40:01 +01:00
vanhempi 0e574e400e
commit 7bb936b059
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa

2
files/ssh_wrapper.sh Normal file
Näytä tiedosto

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