Hi, I'm trying to configure a completion so that ssh and scp get the following completion behavior: from the ~/.ssh/config file syntax is: Host foo moreconfig options even more . . Host bar . . Host * general options now i want to only have the following completions: 'foo' and 'bar' the manpages are way to big for me to find what I want, especially that i don't really have an idea what sections i should have a look at. any help appreciated thx Martin