Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcard includes doesn't work for ssh config autocomplete #9958

Open
hanoii opened this issue Aug 16, 2023 · 0 comments
Open

Wildcard includes doesn't work for ssh config autocomplete #9958

hanoii opened this issue Aug 16, 2023 · 0 comments

Comments

@hanoii
Copy link

hanoii commented Aug 16, 2023

fish, version 3.6.1
3.6.1
Darwin MacBook-Pro.local 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun  8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000 arm64
TERM=xterm-kitty

Steps to reproduce:

  • sh -c 'env HOME=$(mktemp -d) XDG_CONFIG_HOME= fish'
  • `mkdir .ssh'
  • `mkdir .ssh/config.d'
  • Add Include config.d/* to ~.ssh/config
  • Add any ssh HOsT configuration to .ssh/config.d/test
  • ssh HOST works, but the autocomplete doesn't.
  • Changing the include to the actual filename, it does work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant