zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: zsh workers <zsh-workers@zsh.org>
Subject: ssh 7 and dsa keys (Was: _ssh: update to 7.0)
Date: Mon, 17 Aug 2015 01:55:05 +0200	[thread overview]
Message-ID: <CAHYJk3REt3tRJ7RL6wjVnqX5rAvhSpKKp4JWmXc=X9hY9HnOcQ@mail.gmail.com> (raw)

On Sat, Aug 15, 2015 at 6:56 PM, Mikael Magnusson <mikachu@gmail.com> wrote:

> @@ -234,7 +244,7 @@ _ssh () {
>          (#i)hostname=*)
>            _wanted hosts expl 'real host name to log into' _ssh_hosts && ret=0
>            ;;
> -        (#i)(hostbasedkeytypes|hostkeyalgorithms)=*)
> +        (#i)(hostbasedkeytypes|hostkeyalgorithms|pubkeyacceptedkeytypes)=*)
>            _values -s , 'key types' \
>                'ecdsa-sha2-nistp256-cert-v01@openssh.com' \
>                'ecdsa-sha2-nistp384-cert-v01@openssh.com' \
> @@ -450,6 +460,7 @@ _ssh () {
>                  Protocol \
>                  ProxyCommand \
>                  ProxyUseFdpass \
> +                PubkeyAcceptedKeyTypes \
>                  PubkeyAuthentication \
>                  RekeyLimit \
>                  RemoteForward \

As an aside, if you get a password prompt when you're trying to push
to sf after updating to ssh 7.0, it's because the public key they have
is dsa, and ssh 7.0 disables using them by default. If you want to
ignore this and just keep on living your life, add this to your
~/.ssh/config

Host *.code.sf.net
PubkeyAcceptedKeyTypes +ssh-dss

-- 
Mikael Magnusson


                 reply	other threads:[~2015-08-16 23:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAHYJk3REt3tRJ7RL6wjVnqX5rAvhSpKKp4JWmXc=X9hY9HnOcQ@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --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).