(testing) make t/install not wait to accept host key on first run
Please don't use this setting in a production system but in some environments it is needed for completely automated *testing* to be able to use ssh correctly.
This commit is contained in:
parent
b325efe601
commit
f1930941da
|
@ -1,3 +1,5 @@
|
||||||
|
host *
|
||||||
|
stricthostkeychecking no
|
||||||
host gitolite
|
host gitolite
|
||||||
identityfile ~/.ssh/tester
|
identityfile ~/.ssh/tester
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue