about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ssh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-29 12:32:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-29 12:32:37 +0000
commite84adfe6cb9031d946ee22be8634f1ef9290b236 (patch)
tree1f9d5ec9bf1453a994d7fed8ff9ff8eb908802f2 /Completion/Unix/Command/_ssh
parent17369ebe2391f37c6ea86e8d8d504d6794628114 (diff)
downloadzsh-e84adfe6cb9031d946ee22be8634f1ef9290b236.tar.gz
zsh-e84adfe6cb9031d946ee22be8634f1ef9290b236.tar.xz
zsh-e84adfe6cb9031d946ee22be8634f1ef9290b236.zip
26899: Ingmar Vanhassel: complete ssh -Y
Diffstat (limited to 'Completion/Unix/Command/_ssh')
-rw-r--r--Completion/Unix/Command/_ssh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 293732cfd..438ecc215 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)' \