Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ssh completion on Catalina
- X-seq: zsh-workers 44863
- From: dana <dana@xxxxxxx>
- To: Bruno Bazille <bruno@xxxxxxxxxx>
- Subject: Re: ssh completion on Catalina
- Date: Wed, 23 Oct 2019 04:36:01 -0500
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=P4W5szBwjhbGf0n2SF7CMTrbTXZSSE5PIFSJnBp7l0A=; b=oTRRQz5K52gbyqWr0mzNWkp49ozUGZu/RUrfluMteRUwqKHsxcYedjKcdt1lnoAL79 I/C+JS6Mc5LooKU50DtYfTDjNe8X+0lRG3OXT07+vfSBIdR2sQlpEwT2cX9jjuuGSmCP jQp+oF9Fav7MyLk4KzVF45i+tE54TjLuvkAY284QPVV37q0g5FXeDN7k+5n7KBNpWScb qagneOWWi6RttbNPnbNzb1iUgJ7X65CyOoBIApbTUUZXoCVNnPRr8W1iGx1AyeOtfSZ2 iGB5kRXSW6fjYgEpcAR1YLDxvEvnbDs31b5BOdG0y77L7i2ffQ88fHEelDCaWfJxtT6p hu9w==
- In-reply-to: <63A6095E-6195-48B3-A126-A965304B4517@bazille.fr>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <63A6095E-6195-48B3-A126-A965304B4517@bazille.fr>
On 21 Oct 2019, at 02:41, Bruno Bazille <bruno@xxxxxxxxxx> wrote:
> I installed the last macOS version : 10.15
> I’m using iTerm2
> brew upgrade has been performed
Were you previously on Mojave, and it worked there? Do you know what version
of zsh you were using there, and which one you're using on Catalina? And you
didn't change anything else about your zsh or SSH configuration?
On 21 Oct 2019, at 02:41, Bruno Bazille <bruno@xxxxxxxxxx> wrote:
> When I want to connect one of my server here below the completion issue :
> The server name I want to reach is vmbar (note all my server names start by vm)
>
> %> ssh bar<tab>
> ==> completion seems blocked
This will probably be weird because it's getting stuck in a loop, but you can
try this. First, run the following:
bindkey '^x?' _complete_debug
Then, enter the problematic command to complete like you were doing before,
but instead of pressing Tab, press Ctrl+X followed immediately by ? (question
mark).
After it gets stuck, give it a second or two, then press Ctrl+C again to abort
it. It should dump a trace file, but since you cancelled it you'll have to
find it yourself. Try:
ls $TMPPREFIX*(.)
Hopefully there'll be a file like zsh1234ssh1. If so, review it for any
sensitive information (since it's SSH hosts it may contain servers/IPs),
censor if necessary, and then attach the file here
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author