Hello!

I've found a tiny problem with the ssh completion script where any host entries defined in included configuration files do not appear as choices when completing. I've attached a patch that fixes it for me. Below is an example that illustrates the problem:

~/.ssh/config:
Include hosts

~/.ssh/hosts:
Host example
HostName example.local

Thanks,
Jeremy