about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-03-24 22:46:04 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-03-24 22:46:04 +0000
commitf3a1ac84b0f6196c635ed6c7aca902c711f6395b (patch)
tree89d4bdd9e29b31e2788c750bc72645af95422245
parentff4b48e001640914d4a2cd8281c774828c46c27c (diff)
downloadzsh-f3a1ac84b0f6196c635ed6c7aca902c711f6395b.tar.gz
zsh-f3a1ac84b0f6196c635ed6c7aca902c711f6395b.tar.xz
zsh-f3a1ac84b0f6196c635ed6c7aca902c711f6395b.zip
30371: _ssh: you can specify -i multiple times
-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=(