From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21572 invoked from network); 4 Apr 2002 12:39:10 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Apr 2002 12:39:10 -0000 Received: (qmail 24075 invoked by alias); 4 Apr 2002 12:39:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16934 Received: (qmail 24059 invoked from network); 4 Apr 2002 12:39:02 -0000 Date: Thu, 4 Apr 2002 07:38:56 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _ssh -1 Message-ID: <20020404123856.GA6732@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i >>From Hugo Haas. Index: Completion/Unix/Command/_ssh =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v retrieving revision 1.11 diff -u -r1.11 _ssh --- Completion/Unix/Command/_ssh 19 Mar 2002 18:45:32 -0000 1.11 +++ Completion/Unix/Command/_ssh 4 Apr 2002 12:36:41 -0000 @@ -69,6 +69,7 @@ '-C[compress all data]' \ '-L[specify local port forwarding]:local port forwarding:->forward' \ '-R[specify remote port forwarding]:remote port forwarding:->forward' \ + '-1[forces ssh to try protocol version 1 only]'\ '-2[forces ssh to try protocol version 2 only]'\ '-4[forces ssh to use IPv4 addresses only]' \ '-6[forces ssh to use IPv6 addresses only]' \