zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _ssh "modern" options
@ 2004-11-27  6:39 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2004-11-27  6:39 UTC (permalink / raw)
  To: zsh-workers

This adds some missing options; the lack of GSSAPIAuthentication was
getting on my nerves.

Index: Completion/Unix/Command/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
retrieving revision 1.22
diff -u -r1.22 _ssh
--- Completion/Unix/Command/_ssh	21 Mar 2004 01:54:49 -0000	1.22
+++ Completion/Unix/Command/_ssh	27 Nov 2004 06:37:45 -0000
@@ -213,22 +213,29 @@
       else
         _wanted values expl 'configure file option' \
             compadd -M 'm:{a-z}={A-Z}' -S '=' - \
-                AFSTokenPassing BatchMode BindAddress CheckHostIP \
+	    	AddressFamily \
+                AFSTokenPassing BatchMode BindAddress \
+		ChallengeResponseAuthentication CheckHostIP \
 		Cipher Ciphers ClearAllForwardings Compression \
-                CompressionLevel ConnectionAttempts DynamicForward \
+                CompressionLevel ConnectionAttempts ConnectTimeout \
+		DynamicForward EnableSSHKeysign \
 		EscapeChar FallBackToRsh ForwardAgent ForwardX11 \
-                GatewayPorts GlobalKnownHostsFile HostbasedAuthentication \
+		ForwardX11Trusted \
+                GatewayPorts GlobalKnownHostsFile GSSAPIAuthentication \
+		GSSAPIDelegateCredentials HostbasedAuthentication \
 		HostKeyAlgorithms HostKeyAlias HostName IdentityFile \
+		IdentitiesOnly \
 		KeepAlive KerberosAuthentication KerberosTgtPassing \
 		LocalForward LogLevel MACs NoHostAuthenticationForLocalhost \
 		NumberOfPasswordPrompts PreferredAuthentications \
 		PasswordAuthentication Port Protocol ProtocolKeepAlives \
                 ProxyCommand PubkeyAuthentication RemoteForward \
 		RhostsAuthentication RhostsRSAAuthentication \
-		RSAAuthentication ChallengeResponseAuthentication \
+		RSAAuthentication ServerAliveInterval ServerAliveCountMax \
 		SetupTimeOut SmartcardDevice StrictHostKeyChecking \
+		TCPKeepAlive \
                 UsePrivilegedPort User UserKnownHostsFile UseRsh \
-                XAuthLocation && ret=0
+                VerifyHostKeyDNS XAuthLocation && ret=0
       fi
       ;;
     forward)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-27  6:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-27  6:39 PATCH: _ssh "modern" options 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).