zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Christian Hesse <list@eworm.de>
Cc: zsh workers <zsh-workers@zsh.org>, Christian Hesse <mail@eworm.de>
Subject: Re: [PATCH 1/1] add ssh option FingerprintHash
Date: Wed, 5 Aug 2015 21:38:21 +0200	[thread overview]
Message-ID: <CAHYJk3QF86_VkMGAwePxeQJRw+KG3CtGS3=EktwJDNzcRtzowQ@mail.gmail.com> (raw)
In-Reply-To: <1438800074-16795-1-git-send-email-list@eworm.de>

On Wed, Aug 5, 2015 at 8:41 PM, Christian Hesse <list@eworm.de> wrote:
> From: Christian Hesse <mail@eworm.de>
>
> Signed-off-by: Christian Hesse <mail@eworm.de>
> ---
>  Completion/Unix/Command/_ssh | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
> index fb8fe57..b7b7e41 100644
> --- a/Completion/Unix/Command/_ssh
> +++ b/Completion/Unix/Command/_ssh
> @@ -219,6 +219,10 @@ _ssh () {
>            _message -e 'escape character (or `none'\'')'
>            ret=0
>            ;;
> +        (#i)fingerprinthash=*)
> +          _values 'fingerprint hash algorithm' \
> +              md5 ripemd160 sha1 sha256 sha384 sha512 && ret=0

Not sure how I missed that one, thanks. My manpage only lists md5 and
sha256 as options, is it out of date?

-- 
Mikael Magnusson


  reply	other threads:[~2015-08-05 19:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05 18:41 Christian Hesse
2015-08-05 19:38 ` Mikael Magnusson [this message]
2015-08-05 20:55   ` Christian Hesse
2015-08-05 21:37     ` Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHYJk3QF86_VkMGAwePxeQJRw+KG3CtGS3=EktwJDNzcRtzowQ@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=list@eworm.de \
    --cc=mail@eworm.de \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).