HomeSort by relevance Sort by last modified time
    Searched refs:ssh_public_key_path (Results 1 - 5 of 5) sorted by null

  /tools/acloud/internal/lib/
android_compute_client.py 81 self._ssh_public_key_path = acloud_config.ssh_public_key_path
227 def _LoadSshPublicKey(ssh_public_key_path):
231 ssh_public_key_path: String, path to the public key file.
240 key_path = os.path.expanduser(ssh_public_key_path)
269 logger.info("ssh_public_key_path is specified in config: %s, "
275 "ssh_public_key_path is not specified in config, "
android_compute_client_test.py 36 SSH_PUBLIC_KEY_PATH = ""
60 fake_cfg.ssh_public_key_path = self.SSH_PUBLIC_KEY_PATH
  /tools/acloud/public/
config.py 89 self.ssh_public_key_path = usr_cfg.ssh_public_key_path
device_driver.py 334 if not cfg.ssh_public_key_path:
335 logger.warning("ssh_public_key_path is not specified in acloud config. "
341 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path:
342 logger.warning("Only ssh_public_key_path is specified in acloud config,"
346 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path:
348 cfg.ssh_private_key_path, cfg.ssh_public_key_path)
device_driver_test.py 68 cfg.ssh_public_key_path = ""

Completed in 80 milliseconds