Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/1] autocompletion: make ssh aware of ed25519
- X-seq: zsh-workers 32321
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH 1/1] autocompletion: make ssh aware of ed25519
- Date: Wed, 29 Jan 2014 13:02:02 -0500
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201312; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=qr6uZpEqII9UbnjMl0As2GQQOspZIksUKTlqo8nEwI0=; b=L/cNHBJPw8Gj8XQymgk1JoTh76vnWSjpYYksyJfqu4pSKZ+WTYxWFex2JBJIACbYTy4UAnUHf1Gb2YK71QpsUoxBQhTHKrHrIlLG6vC6qDnpqXUTb5m6343OUqrFN+e3XPhj/u2E2y+8ugr02r/TVWnjguQY7PDL7dFnbJPKKnS7LizeJM8WMa5JdxaFAeYgHtGjH9askLsgwhlr;
- In-reply-to: <20140129163922.GE27889@sym.noone.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Openpgp: url=https://www.security.spodhuis.org/PGP/keys/0x3903637F.asc
- References: <1390983245-5898-1-git-send-email-mail@eworm.de> <87lhxy947d.fsf@gmail.com> <20140129163922.GE27889@sym.noone.org>
On 2014-01-29 at 17:39 +0100, Axel Beckert wrote:
> On Wed, Jan 29, 2014 at 04:51:18PM +0100, Christian Neukirchen wrote:
> > Perhaps it would be better to parse the output of "ssh -Q cipher" and
> > "ssh -Q key", but "ssh -Q" is not supported by older versions of OpenSSH
> > (neither is ed25519 there...).
>
> ed25519 is not yet supported by any released version of OpenSSH. It
> will be supported by the upcoming 6.5 release.
This is a suggestion without code/patch to back it up, so my voice
counts for very little, but ...
Perhaps a trade-off which avoids offering unusable completions to older
systems is to code for two modes: "ssh -Q supported" and "ssh -Q not
supported" and to _only_ statically configure in zsh's completion those
completion values which existed _before_ "ssh -Q" was added. This
provides a finite bound to data-value churn in zsh's completion.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author