summary refs log tree commit diff
path: root/bin/batchssh
blob: e60da7d6d8196d8e1fc90d4c95ba8f9aa396b96b (plain) (blame)
1
2
3
#!/bin/sh

exec ssh -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=2 "$@"