add ssh wrapper

This commit is contained in:
belliash 2012-01-17 11:40:01 +01:00
부모 0e574e400e
커밋 7bb936b059
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

2
files/ssh_wrapper.sh Normal file
파일 보기

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