SSH for Jenkins

This commit is contained in:
2020-09-02 15:48:05 +02:00
parent 5a4c17a959
commit 9a46f34f73
3 changed files with 7 additions and 1 deletions

2
utils/sshForJenkins.sh Normal file
View File

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