ruby-bench / ruby-bench-web

Long Running Ruby Benchmarks
https://rubybench.org
MIT License
82 stars 47 forks source link

Disable StrictHostKeyChecking on ssh #217

Closed bmarkons closed 7 years ago

bmarkons commented 7 years ago

Adding deploy server address can't be added to ssh known hosts via travis addons, because it is being executed before exporting secret environment variables (which is needed to read $DEPLOY_HOST).