From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <4ecada1e0908130213u4ba7b10p1a2d85d803294e25@mail.gmail.com> References: <7d3530220908110937u5531ebb2x694612602c8d4a3b@mail.gmail.com> <4ecada1e0908130213u4ba7b10p1a2d85d803294e25@mail.gmail.com> Date: Thu, 13 Aug 2009 20:11:41 +1000 Message-ID: <166806220908130311i40d8404bk1ba70222a53e5731@mail.gmail.com> From: Adrian Tritschler To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Plan 9 hg with private repositories Topicbox-Message-UUID: 458062a4-ead5-11e9-9d60-3106f5b1d025 2009/8/13 Bela Valek : >> >> Presumably this is because ssh is sshv1 >> but bitbucket requires sshv2. >> >> Russ >> > > Correct me if I am wrong, but an sshv2 server is also providing sshv1 > too. Maybe when the Plan 9 ssh client is facing sshv2, instead of > shutting down with an error, it should try sshv1, or wait until its > offered, i am unsure about the mechanism here. Just an idea, I am > really not an expert here. OpenSSH can support v1 and v2, whether it is configured to is a local optio= n. man sshd_config : Protocol Specifies the protocol versions sshd(8) supports. The possible values are =E2=80=981=E2=80=99 and =E2=80=982=E2=80=99. Multiple= versions must be comma-separated. The default is =E2=80=9C2,1=E2=80=9D. Note = that the order of the protocol list does not indicate preference, because the client selects among multiple protocol versions offered by the server. Specifying =E2=80=9C2,1=E2=80=9D is identi= cal to =E2=80=9C1,2=E2=80=9D. : The /etc/ssh/sshd_config supplied by default with many (most?) linux distributions seems to be configured to only allow v2. If you're the administrator or on good terms with the admin. you may be able to reconfigure your SSH to allow v1 connections, otherwise get to work on the p9 ssh v2 port. > Greetings: B=C3=A9la --=20 Adrian