Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] ssh -Y
- X-seq: zsh-workers 26899
- From: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: [PATCH] ssh -Y
- Date: Wed, 29 Apr 2009 12:15:39 +0000
- Cc: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
---
Completion/Unix/Command/_ssh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 293732c..438ecc2 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -75,6 +75,7 @@ _ssh () {
'-V[show version number]' \
'(-X)-x[disable X11 forwarding]' \
'(-x)-X[enable X11 forwarding]' \
+ '-Y[enable trusted X11 forwarding]' \
'-M[master mode for connection sharing]' \
'-S:path to control socket:_files' \
'-O:multiplex control command:(check exit)' \
--
1.6.1.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author