Searched refs:host_config (Results 1 – 2 of 2) sorted by relevance
470 host_config = ssh_config.lookup(args.bmc)471 if host_config:472 if "hostname" in host_config:473 args.bmc = host_config["hostname"]474 if "user" in host_config and args.user is None:475 args.user = host_config["user"]476 if "proxycommand" in host_config:478 host_config["proxycommand"]
197 struct viosrp_host_config host_config; member