Revert "Revert "SSHD: Prevent double authentication for the same public key""
This reverts commit c7dedf989c.
Change-Id: Ic4295ee58db8e0eb8869e526988ac4a3758370ee
This commit is contained in:
committed by
David Pursehouse
parent
e2921b62f6
commit
f8a988f91c
@@ -81,7 +81,7 @@ public class SshModule extends LifecycleModule {
|
||||
bind(QueueProvider.class).to(CommandExecutorQueueProvider.class).in(SINGLETON);
|
||||
|
||||
bind(GSSAuthenticator.class).to(GerritGSSAuthenticator.class);
|
||||
bind(PublickeyAuthenticator.class).to(DatabasePubKeyAuth.class);
|
||||
bind(PublickeyAuthenticator.class).to(CachingPublicKeyAuthenticator.class);
|
||||
|
||||
bind(ModuleGenerator.class).to(SshAutoRegisterModuleGenerator.class);
|
||||
bind(SshPluginStarterCallback.class);
|
||||
|
||||
Reference in New Issue
Block a user