Home
last modified time | relevance | path

Searched refs:ssh_public_key_path (Results 1 – 16 of 16) sorted by relevance

/tools/acloud/public/actions/
Dcommon_operations.py46 if not cfg.ssh_public_key_path:
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:
62 cfg.ssh_public_key_path)
Dcommon_operations_test.py87 cfg.ssh_public_key_path = ""
Dcreate_cuttlefish_action_test.py88 cfg.ssh_public_key_path = ""
Dcreate_goldfish_action_test.py88 cfg.ssh_public_key_path = ""
/tools/acloud/internal/lib/
Dandroid_compute_client.py80 self._ssh_public_key_path = acloud_config.ssh_public_key_path
226 def _LoadSshPublicKey(ssh_public_key_path): argument
239 key_path = os.path.expanduser(ssh_public_key_path)
Dcheeps_compute_client_test.py55 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
Dgoldfish_compute_client_test.py61 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
Dandroid_compute_client_test.py62 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
Dcvd_compute_client_test.py64 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
Dcvd_compute_client_multi_stage_test.py71 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
Dcvd_compute_client_multi_stage.py415 self, constants.GCE_USER, avd_spec.cfg.ssh_public_key_path,
/tools/acloud/setup/
Dgcp_setup_runner.py261 self.ssh_public_key_path = cfg.ssh_public_key_path
294 self.ssh_public_key_path)
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py64 cfg.ssh_public_key_path = ""
/tools/acloud/reconnect/
Dreconnect.py77 cfg.ssh_public_key_path,
/tools/acloud/public/
Ddevice_driver_test.py49 cfg.ssh_public_key_path = ""
/tools/acloud/internal/proto/
Duser_config.proto35 optional string ssh_public_key_path = 8; field