diff --git a/completions/ssh b/completions/ssh index 0567f605a04..b1ec699e6fe 100644 --- a/completions/ssh +++ b/completions/ssh @@ -97,7 +97,7 @@ _ssh_suboption() CanonicalizeHostname) COMPREPLY=( $( compgen -W 'yes no always' -- "$cur" ) ) ;; - CertificateFile|IdentityAgent|Include) + *File|IdentityAgent|Include) _filedir ;; Cipher)