From f3a1ac84b0f6196c635ed6c7aca902c711f6395b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 24 Mar 2012 22:46:04 +0000 Subject: 30371: _ssh: you can specify -i multiple times --- ChangeLog | 7 ++++++- Completion/Unix/Command/_ssh | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 069635aeb..8067c4826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-24 Mikael Magnusson + + * 30371: Completion/Unix/Command/_ssh: You can specify -i + multiple times. + 2012-03-23 Simon Ruderich * 30366: Misc/vcs_info-examples: Fix outdated quilt examples. @@ -16108,5 +16113,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5611 $ +* $Revision: 1.5612 $ ***************************************************** diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 023232189..8a06bf8bb 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' '*-o+[specify extra options]:option string:->option' ) common_transfer=( -- cgit 1.4.1