# ssh_manager/add_host.py import os import subprocess from .utils import print_error, print_warning, print_info, safe_input def add_host(conf_dir): """ Interactive prompt to create a new SSH host in ~/.ssh/conf/