New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19477 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

bash-completion 1.0 no longer completes ssh known_hosts

Reported by: k.mike@… Owned by: raimue@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: bash-completion

Description

in bash-completion 1.0 they extracted ssh (and sftp, scp,...) completion to an extra file. workaround is to unpack the bash-completion-1.0.tar.gz file and copy the file to the bash-completion.d directory:

sudo cp contrib/ssh /opt/local/etc/bash_completion.d/

since there are many contrib completions the bash-completion portfile should probably include ssh and some others by default (to keep functionality of previous bash-completion installs). The other contrib/ completions could be optionally installed using variants i think.

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to raimue@…
  • Port set to bash-completion

comment:2 Changed 4 years ago by raimue@…

  • Status changed from new to assigned

comment:3 Changed 4 years ago by raimue@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks for the report. These completions have been moved out from the main script into single files. I enabled all again in r50371.

Note: See TracTickets for help on using tickets.