From 339989a273188c269feeedf1e687347cb91101b3 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 25 Dec 2005 00:31:43 +0000 Subject: 22104: add support for new options such as ControlMaster and ControlPath. --- Completion/Unix/Command/_ssh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ssh') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index bf695c4e2..53829fac0 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -214,6 +214,13 @@ _ssh () { _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 @@ _ssh () { 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 \ -- cgit 1.4.1