From 9a68e6425b05949d69461de291dba0f0b2f88c16 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 27 Nov 2004 17:41:22 +0000 Subject: * 20583: Completion/Unix/Command/_ssh: complete "modern" options such as GSSAPIAuthentication. --- Completion/Unix/Command/_ssh | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'Completion/Unix/Command/_ssh') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index d59d42878..399da1230 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -213,22 +213,29 @@ _ssh () { 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) -- cgit 1.4.1