gitolite/t/keys/config
Sitaram Chamarty 4e25a8acd1 ssh-basic tests (and that's all we will ever do; see below)
ssh tests are meant to ensure that basic authENTICATION is happening.
AuthORISATION is checked all over the rest of the test suite and these
two are quite orthogonal operations so there is no need to test all of
authZ with ssh.
2012-03-24 10:30:42 +05:30

21 lines
320 B
Plaintext

host *
stricthostkeychecking no
host admin
identityfile ~/.ssh/admin
host u? admin
user %USER
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