Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _ssh: you may specify -i multiple times
- X-seq: zsh-workers 30371
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: _ssh: you may specify -i multiple times
- Date: Sat, 24 Mar 2012 11:18:30 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=pbDhql9S91ZmAK47R2qLIpY6bbzDWpIHDkb69EJ5v2s=; b=Nkg2a3Doz+AaXPCC0aMBay3AR+DIbarp10dyniEY8mouIQlaOwhXJ3RxBJP3IugNzu 4KKqPKOhcw0ZmjnYSnPNbP0w5VU5ItI2n0Nd3QPiHYvSPnmWdLQ2Yy1BYNj3046T7O8R CVIPLGWqtTvhN0M+JYqxhlmT0i9RzgHa3Z0Cy7tAoHiCJcW2aaq+ayqF9cza8lEFnmlX HK2sIEui8Ljlt+44ya+6JqKJxONTfnyLsPoy8CbWzTXI5q5d+atNTl43S3SQq6fVQ0E4 QL0oW6KS5ORgNWgrVXtrigHpuUWWKxf8lwvxV64aThuFJAjzUfbv2kgzn6mhUkpeKT7j QblA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
Completion/Unix/Command/_ssh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 0232321..8a06bf8 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=(
--
1.7.10-rc2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author