Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH SSH completion with new Include directive in OpenSSH
- X-seq: zsh-workers 41170
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: ZSH SSH completion with new Include directive in OpenSSH
- Date: Fri, 26 May 2017 17:03:20 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=zQ/VZCeYTYRMJuD/Jb9ViSTK0+vnnL74U2ObWlNyeJQ=; b=AAdd7LrWzt1qZlTsClRDVVEhxg5fwzBRrV/XwQtL1kYoem6+PiWYWqxHRCZQvBPEmk W7HTMaFQc6FG4an9LjgkPecWM8VsWWUO/TlcWarXzcL/MJYz/bwC3pHhkLGfy27nhKbx Dkw2Wmw5sGOFd01+KSnwoxSSLGQsITWmakPZczHs4BwU14FsSAkuUmzFZOlntNRY77Ee OdBMWv8yxq9nOIFUofmmBj4/Cf9RzTf4Kdp5UeSHUA8on4wkm2G/L4OVUluG1Jn9rtLw liG973Hy5pyEIbt2RPtprq4BK6rS7yBw5ZIte2u3EbAv8ZCP35PmzmVMClOe8X4NmdAe Hnyw==
- In-reply-to: <20170526120242.5b0b466d@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHj_Qssf8foGLrBk=zSpB8yJ=YGuaAwCJ3tntvVsmOgoLpA26A@mail.gmail.com> <170525215320.ZM20457@torch.brasslantern.com> <CGME20170526105627epcas1p23e41b73f1a58d966f6086c0eb02bda45@epcas1p2.samsung.com> <1495796006.4005825.989334648.6E0F00A2@webmail.messagingengine.com> <20170526120242.5b0b466d@pwslap01u.europe.root.pri>
On May 26, 12:02pm, Peter Stephenson wrote:
}
} > Note that we've already received patches for ssh_config(5) Include
} > support, such as 40688. I think they were neither applied nor
} > rejected, just pending.
}
} Could someone who thinks they know enough about ssh check and
} apply them? Thanks.
The difference between 40688 and my 41156 seems to be that 40688 uses
a grep to try to extract all the Include out of ~/.ssh/config and then
run through all the files in a loop. 41156 on the other hand expands
the included files at the point where they appear in the original.
40688 won't necessarily process them in the right order, although that
probably doesn't matter, but I think it will miss out the case where
one of the included files itself includes another file. 41156 deals
with that case.
Also 41156 recognizes both "Host" and "HostName" lines, 40688 still
knows only about "Host".
Nevertheless it would be nice to have someone else look it over.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author