import os import asyncio from collections import OrderedDict from .utils import print_error, print_warning, print_info, safe_input from .list_hosts import ( build_host_list_table, load_config_file, gather_host_info, sort_by_ip ) async def edit_host(conf_dir): """ Let the user update fields for an existing host in ~/.ssh/conf/