Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _ssh update
- X-seq: zsh-workers 22104
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _ssh update
- Date: Sat, 24 Dec 2005 19:28:47 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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 \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author