Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _ssh: Add new option -O cancel
- X-seq: zsh-workers 30474
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: _ssh: Add new option -O cancel
- Date: Mon, 14 May 2012 18:43:35 +0200
- 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=X2Izsz8aqdHw9+bIJk8J2TxF94AuPQXA64LWSUzUTvQ=; b=MGgsvr2kIZlbAg2NME1pDrqDkwHlBm3ANpAbcGtl7uQaNJXi70LH3QeNHQFtii50YZ 5Nj2tZ5wMFrpyObIOHUwjxSMDN2m3n+4SUBFikVF1yH9dWUw2URIOWJcdRohtRDWwjUH VttfJIShGwU5WaKf7dd0CFEOqm6lGZ9uJZ2+ngx1RCHHsEU63Bu/b4O13GLHIT0qF543 /JTwXo+U23Kk7QccQso2GFK201UGIo0ooEDaRIg6yg9V107fos9mdLLGiynpJHE7Bukh lJt061OiCRWtZRkCN2DOAANdSWUojeIN3cU2J7osJerFuanEqtR0I4z2ObzO852Q1w8k mdxA==
- 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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 8a06bf8..7e85e2b 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -1,6 +1,6 @@
#compdef ssh slogin=ssh scp ssh-add ssh-agent ssh-keygen sftp ssh-copy-id
-# Completions currently based on OpenSSH 5.9 (released on 2011-09-06).
+# Completions currently based on OpenSSH 6.0 (released on 2012-04-22).
#
# TODO: update ssh-keygen (not based on 5.9)
# TODO: sshd, ssh-keyscan, ssh-keysign
@@ -50,7 +50,7 @@ _ssh () {
'(-1)-m+[specify mac algorithms]:mac spec:->macs' \
'(-1)-N[do not execute a remote command (protocol version 2 only)]' \
'-n[redirect stdin from /dev/null]' \
- '-O:multiplex control command:((check\:"check master process is running" exit\:"request the master to exit" forward\:"request forward without command execution" stop\:"request the master to stop accepting further multiplexing requests"))' \
+ '-O:multiplex control command:((check\:"check master process is running" exit\:"request the master to exit" forward\:"request forward without command execution" stop\:"request the master to stop accepting further multiplexing requests" cancel\:"cancel existing forwardings with -L and/or -R"))' \
'-P[use non privileged port]' \
'-p+[specify port on remote host]:port number on remote host' \
'(-v)*-q[quiet operation]' \
--
1.7.10.GIT
Messages sorted by:
Reverse Date,
Date,
Thread,
Author