f1930941da
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.
21 lines
335 B
Plaintext
21 lines
335 B
Plaintext
host *
|
|
stricthostkeychecking no
|
|
host gitolite
|
|
identityfile ~/.ssh/tester
|
|
|
|
host u? gitolite
|
|
user gitolite-test
|
|
hostname localhost
|
|
host u1
|
|
identityfile ~/.ssh/u1
|
|
host u2
|
|
identityfile ~/.ssh/u2
|
|
host u3
|
|
identityfile ~/.ssh/u3
|
|
host u4
|
|
identityfile ~/.ssh/u4
|
|
host u5
|
|
identityfile ~/.ssh/u5
|
|
host u6
|
|
identityfile ~/.ssh/u6
|