diff options
| author | Matthew Martin <phy1729@gmail.com> | 2015-10-19 11:23:57 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2015-10-19 11:23:57 +0200 |
| commit | 509c822b626c01e0787aac2baef5af80d15da529 (patch) | |
| tree | bb97e5493752c36356824d3b2c0a27a07204e274 /Completion/Unix/Command/_ssh | |
| parent | 36888: vcs_info: Prevent warn_create_global warning with '-preinit-' state (diff) | |
| download | zsh-509c822b626c01e0787aac2baef5af80d15da529.tar zsh-509c822b626c01e0787aac2baef5af80d15da529.tar.gz zsh-509c822b626c01e0787aac2baef5af80d15da529.tar.bz2 zsh-509c822b626c01e0787aac2baef5af80d15da529.tar.lz zsh-509c822b626c01e0787aac2baef5af80d15da529.tar.xz zsh-509c822b626c01e0787aac2baef5af80d15da529.tar.zst zsh-509c822b626c01e0787aac2baef5af80d15da529.zip | |
36869: use permissions to limit files completed for ssh identity files
Diffstat (limited to 'Completion/Unix/Command/_ssh')
| -rw-r--r-- | Completion/Unix/Command/_ssh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index a66702a65..c6ede9efe 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -18,7 +18,7 @@ _ssh () { # for protocol version 2, this can be a comma-separated list '-c+[select encryption cipher]:encryption cipher:(idea des 3des blowfish arcfour tss none)' '-F+[specify alternate config file]:config file:_files' - '*-i+[select identity file]:SSH identity file:_files' + '*-i+[select identity file]:SSH identity file:_files -g "*(-.^AR)"' '*-o+[specify extra options]:option string:->option' ) common_transfer=( |
