zsh-workers
 help / color / mirror / code / Atom feed
From: Jan Palus <jpalus@fastmail.com>
To: zsh-workers@zsh.org
Subject: zsh does not offer ssh host from config
Date: Fri, 9 Dec 2022 02:06:50 +0100	[thread overview]
Message-ID: <20221209010650.sq2cp5a2op2mrpat@pine.grzadka> (raw)

Hi,

I've got a single real hostname starting with 'build' prefix which is present
in my known_hosts file. I also have a couple Host specifications in ssh config
file having names starting with 'build' but real HostName does not resolve to
name starting with 'build'. When doing `ssh build<tab>` I'd expect to be
offered both real hostname as well as Host specification names, however only
real hostname is immediately completed. That's because of _ssh_hosts returning
on successful hosts completion:

# If users-hosts matches, we shouldn't complete anything else.
if [[ "$IPREFIX" == *@ ]]; then
  _combination -s '[:@]' my-accounts users-hosts "users=${IPREFIX/@}" hosts "$@" && return
else
  _combination -s '[:@]' my-accounts users-hosts \
    ${opt_args[-l]:+"users=${opt_args[-l]:q}"} hosts "$@" && return # <--- HERE
fi

Is this intentional that config file parsing is skipped entirely if host was
completed successfully?


             reply	other threads:[~2022-12-09  1:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-09  1:06 Jan Palus [this message]
2022-12-10 12:01 ` Daniel Shahaf
2022-12-10 12:08 ` Roman Perepelitsa
2022-12-10 20:06   ` Jan Palus
2022-12-10 20:31     ` Roman Perepelitsa
2022-12-10 20:49       ` Bart Schaefer

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=20221209010650.sq2cp5a2op2mrpat@pine.grzadka \
    --to=jpalus@fastmail.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).