mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
36869: use permissions to limit files completed for ssh identity files
This commit is contained in:
parent
2e600b432a
commit
509c822b62
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-10-19 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 36869: Matthew Martin: Completion/Unix/Command/_ssh: use
|
||||
permissions to limit files completed for ssh identity files
|
||||
|
||||
2015-10-18 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* 36888: Functions/VCS_Info/vcs_info: vcs_info: Prevent
|
||||
|
|
|
@ -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=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue