Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] ssh -Y
On Wed, Apr 29, 2009 at 09:34:12AM -0400, Benjamin R. Haskell wrote:
> I had a merge conflict from this... should've sent it in sooner...
>
> Aren't -X, -x, and -Y mutually exclusive? Here's the way I'd incorporated
> '-Y': (patch is against CVS)
Right, they are.
Thanks,
Ingmar
> Best,
> Ben
>
>
> Index: Completion/Unix/Command/_ssh
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
> retrieving revision 1.34
> diff -u -w -r1.34 _ssh
> --- Completion/Unix/Command/_ssh 29 Apr 2009 12:32:37 -0000 1.34
> +++ Completion/Unix/Command/_ssh 29 Apr 2009 13:28:45 -0000
> @@ -73,9 +73,9 @@
> '(-1 -t)-T[disable pseudo-tty allocation (protocol version 2 only)]' \
> '(-q)*-v[verbose mode]' \
> '-V[show version number]' \
> - '(-X)-x[disable X11 forwarding]' \
> - '(-x)-X[enable X11 forwarding]' \
> - '-Y[enable trusted X11 forwarding]' \
> + '(-X -Y)-x[disable X11 forwarding]' \
> + '(-x -Y)-X[enable (untrusted) X11 forwarding]' \
> + '(-x -X)-Y[enable trusted X11 forwarding]' \
> '-M[master mode for connection sharing]' \
> '-S:path to control socket:_files' \
> '-O:multiplex control command:(check exit)' \
>
--
Exherbo KDE, X.org maintainer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author