Home
last modified time | relevance | path

Searched refs:ssh_private_key_path (Results 1 – 25 of 26) sorted by relevance

12

/tools/acloud/reconnect/
Dreconnect_test.py40 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 …]
Dreconnect.py66 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/
Dcommon_operations.py68 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,
Dgce_device_factory.py94 ssh_private_key_path=self._cfg.ssh_private_key_path,
Dremote_instance_cf_device_factory.py128 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
129 self._cfg.ssh_private_key_path),
Dremote_instance_cf_device_factory_test.py287 ssh_private_key_path="/fake/acloud_rea")
349 ssh_private_key_path="/fake/acloud_rea")
Dremote_instance_fvp_device_factory_test.py76 ssh_private_key_path="/fake/acloud_rea")
Dcreate_cuttlefish_action_test.py91 cfg.ssh_private_key_path = ""
Dcommon_operations_test.py90 cfg.ssh_private_key_path = ""
/tools/acloud/internal/lib/
Dssh_test.py66 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,
Dssh.py187 def __init__(self, ip, user, ssh_private_key_path, argument
191 self._ssh_private_key_path = ssh_private_key_path
Dcvd_compute_client_multi_stage.py112 self._ssh_private_key_path = acloud_config.ssh_private_key_path
209 ssh_private_key_path=self._ssh_private_key_path,
/tools/acloud/restart/
Drestart.py51 ssh_private_key_path=cfg.ssh_private_key_path,
59 reconnect.ReconnectInstance(cfg.ssh_private_key_path,
/tools/acloud/setup/
Dgcp_setup_runner.py260 self.ssh_private_key_path = cfg.ssh_private_key_path
293 SetupSSHKeys(self.config_path, self.ssh_private_key_path,
Dgcp_setup_runner_test.py79 self.assertEqual(cfg.ssh_private_key_path, "")
86 self.assertEqual(cfg.ssh_private_key_path, "test_path")
/tools/acloud/powerwash/
Dpowerwash.py48 ssh_private_key_path=cfg.ssh_private_key_path,
/tools/acloud/pull/
Dpull.py61 ssh_private_key_path=cfg.ssh_private_key_path,
Dpull_test.py39 cfg.ssh_private_key_path = "fake_ssh_path"
75 ssh_private_key_path="/fake/acloud_rea")
/tools/acloud/delete/
Ddelete.py244 ssh_private_key_path=(
245 host_ssh_private_key_path or cfg.ssh_private_key_path))
/tools/acloud/public/
Dconfig.py146 self.ssh_private_key_path = usr_cfg.ssh_private_key_path
Ddevice_driver_test.py49 cfg.ssh_private_key_path = ""
Dconfig_test.py147 self.assertEqual(cfg.ssh_private_key_path, "/path/to/ssh/key")
Ddevice_driver.py403 rsa_key_file=cfg.ssh_private_key_path,
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py63 cfg.ssh_private_key_path = ""
/tools/acloud/internal/proto/
Duser_config.proto34 optional string ssh_private_key_path = 7; field

12