mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
Make RDE SSH key identity injectable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133883090
This commit is contained in:
committed by
Ben McIlwain
parent
28eeda189d
commit
2d46c7c27c
@@ -181,6 +181,7 @@ public class RdeUploadActionTest {
|
||||
action.ghostryde = new Ghostryde(BUFFER_SIZE);
|
||||
action.jsch =
|
||||
JSchModule.provideJSch(
|
||||
"user@ignored",
|
||||
keyring.getRdeSshClientPrivateKey(), keyring.getRdeSshClientPublicKey());
|
||||
action.jschSshSessionFactory = new JSchSshSessionFactory(standardSeconds(3));
|
||||
action.response = response;
|
||||
|
||||
Reference in New Issue
Block a user