zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _ssh update
@ 2005-12-25  0:28 Clint Adams
  2005-12-25  0:59 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2005-12-25  0:28 UTC (permalink / raw)
  To: zsh-workers

For OpenSSH 4.2.

Index: Completion/Unix/Command/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
retrieving revision 1.26
diff -u -r1.26 _ssh
--- Completion/Unix/Command/_ssh	18 Nov 2005 17:43:25 -0000	1.26
+++ Completion/Unix/Command/_ssh	25 Dec 2005 00:28:03 -0000
@@ -214,6 +214,13 @@
           _description files expl 'xauth program'
           _files "$expl[@]" -g '*(-*)' && ret=0
           ;;
+	*(#i)controlmaster*)
+	  _wanted values expl 'truthish value' compadd yes no auto autoask && ret=0
+	  ;;
+	*(#i)controlpath*)
+          _description files expl 'path to control socket'
+          _files "$expl[@]" && ret=0
+	  ;;
         esac
       else
         _wanted values expl 'configure file option' \
@@ -223,13 +230,14 @@
 		ChallengeResponseAuthentication CheckHostIP \
 		Cipher Ciphers ClearAllForwardings Compression \
                 CompressionLevel ConnectionAttempts ConnectTimeout \
+		ControlMaster ControlPath \
 		DynamicForward EnableSSHKeysign \
 		EscapeChar FallBackToRsh ForwardAgent ForwardX11 \
 		ForwardX11Trusted \
                 GatewayPorts GlobalKnownHostsFile GSSAPIAuthentication \
 		GSSAPIDelegateCredentials HostbasedAuthentication \
 		HostKeyAlgorithms HostKeyAlias HostName IdentityFile \
-		IdentitiesOnly \
+		IdentitiesOnly KbdInteractiveDevices \
 		KeepAlive KerberosAuthentication KerberosTgtPassing \
 		LocalForward LogLevel MACs NoHostAuthenticationForLocalhost \
 		NumberOfPasswordPrompts PreferredAuthentications \


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: _ssh update
  2005-12-25  0:28 PATCH: _ssh update Clint Adams
@ 2005-12-25  0:59 ` Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2005-12-25  0:59 UTC (permalink / raw)
  To: zsh-workers

Missed some.

Index: Completion/Unix/Command/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
retrieving revision 1.27
diff -u -r1.27 _ssh
--- Completion/Unix/Command/_ssh	25 Dec 2005 00:31:43 -0000	1.27
+++ Completion/Unix/Command/_ssh	25 Dec 2005 00:58:07 -0000
@@ -75,6 +75,9 @@
       '-V[show version number]' \
       '(-X)-x[disable X11 forwarding]' \
       '(-x)-X[enable X11 forwarding]' \
+      '-M[master mode for connection sharing]' \
+      '-S:path to control socket:_files' \
+      '-O:multiplex control command:(check exit)' \
       '*-L[specify local port forwarding]:local port forwarding:->forward' \
       '*-R[specify remote port forwarding]:remote port forwarding:->forward' \
       ':remote host name:->userhost' \


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-25  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-25  0:28 PATCH: _ssh update Clint Adams
2005-12-25  0:59 ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).