Great attempt on making a tool, I think your usecase might not be as appealing to others.
If I need to list the hosts I have config for I would use:
grep Host ~/.ssh/config
If your list of servers is too long to remember, you might want to look at Ansible for configuration.
But whatever works for you :)
Great attempt on making a tool, I think your usecase might not be as appealing to others. If I need to list the hosts I have config for I would use: grep Host ~/.ssh/config If your list of servers is too long to remember, you might want to look at Ansible for configuration. But whatever works for you :)