ssh_config
ssh_config copied to clipboard
"type object 'Host' has no attribute 'attrs'" error
https://github.com/haginara/ssh_config/blob/be893bc61387f75d56467e0cb50cd38aa7478d6f/ssh_config/cli.py#L251
should be
for attr, _ in host.attributes().items():