4e25a8acd1
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.
21 lines
320 B
Plaintext
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
|