[Fish-users] ssh host completion from .ssh/config

2014-01-23 Thread Stefan Hellmann
Hello everyone, i wonder that fish only completes hostnames and ignores my .ssh/config with the ssh command. Is there a way to force fish to read my .ssh/config ? I'm new to fish and did some google search but didn't found anything. -- Mit freundlichen Grüßen Stefan Hellmann hellm...@pcspinn

Re: [Fish-users] ssh host completion from .ssh/config

2014-01-23 Thread Michael Stillwell
Hostname completion on ~/.ssh/config should work. e.g. $ ssh br[tab] I'm not entirely sure how it's all hooked together, but you might like to check that $ __fish_print_hostnames outputs hostnames (or aliases) from your ~/.ssh/config? It's defined in /usr/local/share/fish/functions/__fish_

Re: [Fish-users] ssh host completion from .ssh/config

2014-01-23 Thread Stefan Hellmann
On Thu, Jan 23, 2014 at 02:09:20PM +, Michael Stillwell wrote: Hostname completion on ~/.ssh/config should work. e.g. $ ssh br[tab] Jep and thats the problem. This ist my .ssh/config: hosthomeserver Hostname192.168.1.2 Usershellmann IdentityFile