Searched refs:ssh_private_key_path (Results 1 – 25 of 26) sorted by relevance
12
/tools/acloud/reconnect/ |
D | reconnect_test.py | 40 ssh_private_key_path = "/fake/acloud_rsa" 67 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 74 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 87 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 89 rsa_key_file=ssh_private_key_path, 107 reconnect.ReconnectInstance(ssh_private_key_path, 112 rsa_key_file=ssh_private_key_path, 123 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report) 139 reconnect.ReconnectInstance(ssh_private_key_path, 155 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 185 rsa_key_file=ssh_private_key_path, 194 ssh_private_key_path, 209 rsa_key_file=ssh_private_key_path, 262 ReconnectInstance(cfg.ssh_private_key_path,
|
/tools/acloud/public/actions/ |
D | common_operations.py | 68 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path: 74 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path: 75 utils.CreateSshKeyPairIfNotExist(cfg.ssh_private_key_path, 282 rsa_key_file=cfg.ssh_private_key_path, 298 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 | 128 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or 129 self._cfg.ssh_private_key_path),
|
D | remote_instance_cf_device_factory_test.py | 287 ssh_private_key_path="/fake/acloud_rea") 349 ssh_private_key_path="/fake/acloud_rea")
|
D | remote_instance_fvp_device_factory_test.py | 76 ssh_private_key_path="/fake/acloud_rea")
|
D | create_cuttlefish_action_test.py | 91 cfg.ssh_private_key_path = ""
|
D | common_operations_test.py | 90 cfg.ssh_private_key_path = ""
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 66 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH, 189 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH, 197 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH) 204 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH) 212 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
|
D | ssh.py | 187 def __init__(self, ip, user, ssh_private_key_path, argument 191 self._ssh_private_key_path = ssh_private_key_path
|
D | cvd_compute_client_multi_stage.py | 112 self._ssh_private_key_path = acloud_config.ssh_private_key_path 209 ssh_private_key_path=self._ssh_private_key_path,
|
/tools/acloud/restart/ |
D | restart.py | 51 ssh_private_key_path=cfg.ssh_private_key_path, 59 reconnect.ReconnectInstance(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/powerwash/ |
D | powerwash.py | 48 ssh_private_key_path=cfg.ssh_private_key_path,
|
/tools/acloud/pull/ |
D | pull.py | 61 ssh_private_key_path=cfg.ssh_private_key_path,
|
D | pull_test.py | 39 cfg.ssh_private_key_path = "fake_ssh_path" 75 ssh_private_key_path="/fake/acloud_rea")
|
/tools/acloud/delete/ |
D | delete.py | 244 ssh_private_key_path=( 245 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 | 49 cfg.ssh_private_key_path = ""
|
D | config_test.py | 147 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
|
12