Home
last modified time | relevance | path

Searched refs:ssh_public_key_path (Results 1 – 17 of 17) 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.py89 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.py81 self._ssh_public_key_path = acloud_config.ssh_public_key_path
244 def _LoadSshPublicKey(ssh_public_key_path): argument
257 key_path = os.path.expanduser(ssh_public_key_path)
Dgoldfish_compute_client_test.py61 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
Dcheeps_compute_client_test.py56 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.py429 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/public/
Dconfig.py147 self.ssh_public_key_path = usr_cfg.ssh_public_key_path
Ddevice_driver_test.py49 cfg.ssh_public_key_path = ""
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py64 cfg.ssh_public_key_path = ""
/tools/acloud/reconnect/
Dreconnect.py137 cfg.ssh_public_key_path,
/tools/acloud/internal/proto/
Duser_config.proto35 optional string ssh_public_key_path = 8; field