Searched refs:ssh_private_key_path (Results 1 – 24 of 24) sorted by relevance
/tools/acloud/reconnect/ |
D | reconnect_test.py | 40 ssh_private_key_path = "/fake/acloud_rsa" 66 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 73 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 86 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 88 rsa_key_file=ssh_private_key_path, 105 reconnect.ReconnectInstance(ssh_private_key_path, 110 rsa_key_file=ssh_private_key_path, 121 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 137 reconnect.ReconnectInstance(ssh_private_key_path, 153 ssh_private_key_path = "/fake/acloud_rsa" [all …]
|
D | reconnect.py | 66 ssh_private_key_path=host_ssh_private_key_path, 142 def ReconnectInstance(ssh_private_key_path, argument 184 rsa_key_file=ssh_private_key_path, 193 ssh_private_key_path, 208 rsa_key_file=ssh_private_key_path, 258 ReconnectInstance(cfg.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, 247 rsa_key_file=cfg.ssh_private_key_path, 260 rsa_key_file=cfg.ssh_private_key_path,
|
D | gce_device_factory.py | 94 ssh_private_key_path=self._cfg.ssh_private_key_path,
|
D | remote_instance_cf_device_factory.py | 122 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or 123 self._cfg.ssh_private_key_path),
|
D | remote_instance_fvp_device_factory_test.py | 73 ssh_private_key_path="/fake/acloud_rea")
|
D | common_operations_test.py | 88 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 | 268 ssh_private_key_path="/fake/acloud_rea")
|
D | create_goldfish_action_test.py | 87 cfg.ssh_private_key_path = ""
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 65 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH, 182 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH, 190 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH) 197 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH) 205 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
|
D | ssh.py | 186 def __init__(self, ip, user, ssh_private_key_path, argument 190 self._ssh_private_key_path = ssh_private_key_path
|
D | cvd_compute_client_multi_stage.py | 130 self._ssh_private_key_path = acloud_config.ssh_private_key_path 215 ssh_private_key_path=self._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 | 78 self.assertEqual(cfg.ssh_private_key_path, "") 85 self.assertEqual(cfg.ssh_private_key_path, "test_path")
|
/tools/acloud/pull/ |
D | pull.py | 61 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 | 146 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
|