Home
last modified time | relevance | path

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

/tools/acloud/reconnect/
Dreconnect_test.py40 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 …]
Dreconnect.py66 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/
Dcommon_operations.py54 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,
Dgce_device_factory.py94 ssh_private_key_path=self._cfg.ssh_private_key_path,
Dremote_instance_cf_device_factory.py122 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
123 self._cfg.ssh_private_key_path),
Dremote_instance_fvp_device_factory_test.py73 ssh_private_key_path="/fake/acloud_rea")
Dcommon_operations_test.py88 cfg.ssh_private_key_path = ""
Dcreate_cuttlefish_action_test.py87 cfg.ssh_private_key_path = ""
Dremote_instance_cf_device_factory_test.py268 ssh_private_key_path="/fake/acloud_rea")
Dcreate_goldfish_action_test.py87 cfg.ssh_private_key_path = ""
/tools/acloud/internal/lib/
Dssh_test.py65 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,
Dssh.py186 def __init__(self, ip, user, ssh_private_key_path, argument
190 self._ssh_private_key_path = ssh_private_key_path
Dcvd_compute_client_multi_stage.py130 self._ssh_private_key_path = acloud_config.ssh_private_key_path
215 ssh_private_key_path=self._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.py78 self.assertEqual(cfg.ssh_private_key_path, "")
85 self.assertEqual(cfg.ssh_private_key_path, "test_path")
/tools/acloud/pull/
Dpull.py61 ssh_private_key_path=cfg.ssh_private_key_path,
Dpull_test.py38 cfg.ssh_private_key_path = "fake_ssh_path"
74 ssh_private_key_path="/fake/acloud_rea")
/tools/acloud/delete/
Ddelete.py203 ssh_private_key_path=(
204 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.py48 cfg.ssh_private_key_path = ""
Dconfig_test.py132 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