ssh_config icon indicating copy to clipboard operation
ssh_config copied to clipboard

"type object 'Host' has no attribute 'attrs'" error

Open jingzhaoou opened this issue 2 years ago • 0 comments

https://github.com/haginara/ssh_config/blob/be893bc61387f75d56467e0cb50cd38aa7478d6f/ssh_config/cli.py#L251

should be

for attr, _ in host.attributes().items():

jingzhaoou avatar Aug 13 '22 16:08 jingzhaoou