Re: [Fish-users] SSH Hostname Completion

2005-12-29 Thread Egon Kocjan
On Thursday 29 December 2005 17:45, Bernhard Walle wrote: > Hello, > > in ssh it's possible to specify shortcuts for hostnames in > ~/.ssh/config like > > # FH > Host fh > HostName lux12.if.fh-landshut.de > Protocol 2 > Compression yes > CheckHostIP no > ForwardX11 yes > > It would be nice if that

[Fish-users] SSH Hostname Completion

2005-12-29 Thread Bernhard Walle
Hello, in ssh it's possible to specify shortcuts for hostnames in ~/.ssh/config like # FH Host fh HostName lux12.if.fh-landshut.de Protocol 2 Compression yes CheckHostIP no ForwardX11 yes It would be nice if that hostnames could be included in ssh/scp completion. I think it's possible to get ou