mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Make RDE SSH key identity injectable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133883090
This commit is contained in:
parent
28eeda189d
commit
2d46c7c27c
3 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue