about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ssh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-12-25 01:02:24 +0000
committerClint Adams <clint@users.sourceforge.net>2005-12-25 01:02:24 +0000
commit13e24831523c6fd586524311e8d26dafc003d223 (patch)
treebdaeb9b9ffa3a3abe14bb64f7800c3c43e561668 /Completion/Unix/Command/_ssh
parent339989a273188c269feeedf1e687347cb91101b3 (diff)
downloadzsh-13e24831523c6fd586524311e8d26dafc003d223.tar.gz
zsh-13e24831523c6fd586524311e8d26dafc003d223.tar.xz
zsh-13e24831523c6fd586524311e8d26dafc003d223.zip
22105: ssh -M, -S, and -O
Diffstat (limited to 'Completion/Unix/Command/_ssh')
-rw-r--r--Completion/Unix/Command/_ssh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 53829fac0..9182f3ced 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -75,6 +75,9 @@ _ssh () {
       '-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' \