summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_ssh2
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 <mikachu@gmail.com>
+
+ * 30371: Completion/Unix/Command/_ssh: You can specify -i
+ multiple times.
+
2012-03-23 Simon Ruderich <simon@ruderich.org>
* 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=(