Searched refs:ssh_private_key_path (Results 1 – 22 of 22) sorted by relevance
/tools/acloud/reconnect/ |
D | reconnect_test.py | 40 ssh_private_key_path = "/fake/acloud_rea" 58 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 64 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 76 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 78 rsa_key_file=ssh_private_key_path, 88 reconnect.ReconnectInstance(ssh_private_key_path, 93 rsa_key_file=ssh_private_key_path, 106 reconnect.ReconnectInstance(ssh_private_key_path, 114 ssh_private_key_path = "/fake/acloud_rea" 126 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) [all …]
|
D | reconnect.py | 82 def ReconnectInstance(ssh_private_key_path, argument 124 rsa_key_file=ssh_private_key_path, 177 ReconnectInstance(cfg.ssh_private_key_path,
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 62 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH, 179 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH, 187 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH) 194 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH) 202 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
|
D | ssh.py | 184 def __init__(self, ip, user, ssh_private_key_path, argument 188 self._ssh_private_key_path = ssh_private_key_path
|
D | cvd_compute_client_multi_stage.py | 122 self._ssh_private_key_path = acloud_config.ssh_private_key_path 206 ssh_private_key_path=self._ssh_private_key_path,
|
/tools/acloud/public/actions/ |
D | common_operations.py | 54 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path: 60 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path: 61 utils.CreateSshKeyPairIfNotExist(cfg.ssh_private_key_path, 237 rsa_key_file=cfg.ssh_private_key_path,
|
D | remote_instance_cf_device_factory.py | 139 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or 140 self._cfg.ssh_private_key_path), 285 ssh_private_key_path=self._cfg.ssh_private_key_path,
|
D | common_operations_test.py | 86 cfg.ssh_private_key_path = ""
|
D | create_cuttlefish_action_test.py | 87 cfg.ssh_private_key_path = ""
|
D | remote_instance_cf_device_factory_test.py | 262 ssh_private_key_path="/fake/acloud_rea")
|
D | create_goldfish_action_test.py | 87 cfg.ssh_private_key_path = ""
|
/tools/acloud/setup/ |
D | gcp_setup_runner.py | 260 self.ssh_private_key_path = cfg.ssh_private_key_path 293 SetupSSHKeys(self.config_path, self.ssh_private_key_path,
|
D | gcp_setup_runner_test.py | 79 self.assertEqual(cfg.ssh_private_key_path, "") 86 self.assertEqual(cfg.ssh_private_key_path, "test_path")
|
/tools/acloud/pull/ |
D | pull.py | 62 ssh_private_key_path=cfg.ssh_private_key_path,
|
D | pull_test.py | 38 cfg.ssh_private_key_path = "fake_ssh_path" 74 ssh_private_key_path="/fake/acloud_rea")
|
/tools/acloud/delete/ |
D | delete.py | 203 ssh_private_key_path=( 204 host_ssh_private_key_path or cfg.ssh_private_key_path))
|
/tools/acloud/public/ |
D | config.py | 124 self.ssh_private_key_path = usr_cfg.ssh_private_key_path
|
D | device_driver_test.py | 48 cfg.ssh_private_key_path = ""
|
D | config_test.py | 132 self.assertEqual(cfg.ssh_private_key_path, "/path/to/ssh/key")
|
D | device_driver.py | 403 rsa_key_file=cfg.ssh_private_key_path,
|
/tools/acloud/create/ |
D | cheeps_remote_image_remote_instance_test.py | 63 cfg.ssh_private_key_path = ""
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 34 optional string ssh_private_key_path = 7; field
|