Add script for using ssh with options
This commit is contained in:
parent
be739a965c
commit
5a4c17a959
2
datasets/sshForJenkins.sh
Normal file
2
datasets/sshForJenkins.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "$@"
|
Loading…
Reference in New Issue
Block a user